A Simple Redis Cluster on Windows
Recently I’ve worked on a project where we enabled Redis caching for our web applications. So for that, I had a chance to develop a custom reactive spring-boot Redis cluster client library (for a Spring webflux project) and integrate it. The problem I faced was the AWS Redis cluster nodes were not available for my office VPN (maybe ssh-ing to the bastion server and trying to connect Redis will work, I haven’t tried it).
Namila Bandara
and a Sri Lankan 


. For this new service, they’ve planned to use a Spring-boot Webflux stack with project reactor support.

