Replies: 1 comment 4 replies
-
Hey @Qwex , |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are developing support for password rotation to redis and we need to be able to determine that the connection is unavailable due to incorrect credentials.
We have added a
RedisConnectionStateListener
to both the connection and the client, but the methodRedisConnectionStateListener.onRedisDisconnected
that should respond to connection errors is not called if reconnect failsShould this method be called in this case?
Then how can we determine the exactly reason why the connection is unavailable?
Beta Was this translation helpful? Give feedback.
All reactions