Don’t receive ‘onRedisConnected’ for 1 min 45 seconds #2458
Unanswered
jamesclark92
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When connecting to the redis cluster, I add a
RedisConnectionStateListener
to check foronRedisConnected
. This callback is called a bunch of times after initially calling connect, but most of them immediately get disconnected. After that, this isn’t called again until 1 minute 45 seconds later. Any idea how I can reduce this time?Beta Was this translation helpful? Give feedback.
All reactions