python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to properly close Redis connection on intentional application shutdown?
We are using the list operations of the RedisTemplate (provided by spring-boot-starter-data-redis) to do a blocking call waiting for new items to arrive in a list within Redis. Since we are not listen...
jimonthebarn
Votes: 0
Answers: 0
why spring redis session 'touch' method called in 'cleanExpiredSessions' method can clean expired session
i am chinese,My English is so poor,I try my best to describe my problem clearly
I recently learned about the spring redis session cleaning mechanism,the clean method is 'cleanExpiredSessions' in Redis...
gaoxinxin
Votes: 0
Answers: 1
Disable Spring Data Redis TLS verification in application.yml
We're using spring-data-redis and Azure Cache for Redis. When debugging locally, the only way to connect is to use TLS, but disable the peer verification - as I understand it, Azure does something wei...

DrRelling
Votes: 0
Answers: 1
Springboot docker-compose redis Cannot get Jedis connection;
This may seems as duplicate of docker-compose with springboot and redis and docker-compose redis connection issue but the solutions proposed there are not working in my case.
I am using springboot and...

Max
Votes: 0
Answers: 1