Like Spring Session with Redis persistence, how to achieve max idle timeout using Redis as cache? I need to have both global timeout and max inactive timeout. The global timeout can be achieved using EXPIRE
command in Redis, but for max inactive time how Spring Session with Redis is implemented and is there any optimal solution using Redis to implement max inactive time?
↧
Implement maxIdle timout session using Redis
↧