Spring Session with Redis – keys are not getting expired in Redis
I am new to spring-data-redis. I have integrated with a spring-boot application. As part of this, I have added a few configs as follows: spring.session.store-type=redis spring.session.redis.namespace=tc server.servlet.session.timeout=5h But even after having the expiry timeout as 5 hrs, I see all…