Redis – Is it possible to store session in two different stores using Spring Session and Spring Boot?
I am using redis for storing session in my Spring Boot app. I am also using Spring Session library to achieve this. I have two different redis instances namely US redis and EU redis. Once someone enters my app(after logging…