You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2018. It is now read-only.
Hi all, I'm using spring mvc and spring-data-redis. Sometimes my redis node goes down and ConnectionWatchdog throws a lot of exception "Connection refused". In this case I need to have a dns lookup and change the ip of my redis node and ConnectionWatchdog.reconnect should use the new ip.
Is there a way to override the remoteAddress or reconnect method?
Thanks
F
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all, I'm using spring mvc and spring-data-redis. Sometimes my redis node goes down and ConnectionWatchdog throws a lot of exception "Connection refused". In this case I need to have a dns lookup and change the ip of my redis node and ConnectionWatchdog.reconnect should use the new ip.
Is there a way to override the remoteAddress or reconnect method?
Thanks
F
The text was updated successfully, but these errors were encountered: