I am in dilemma to store session in redis using Spring and there are many methods and concepts to handle this issue. Some methods are listed below:
- Spring Data Redis
- Spring Session
- Spring Session Manager
Now the question is what is the best combination to store (delete and so on) session in redis using spring.
I will be appreciated if someone help me with a simple explanation.