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
JRedisService does handle idle connection resets but doesn't consider the number of connections configured before - only uses one connection after reconnect.
The text was updated successfully, but these errors were encountered:
JRedisService connections each get their own dedicated heartbeat now. This should no longer be an issue. (Tested with timeout of 3 secs on redis.conf.)
JRedisService does handle idle connection resets but doesn't consider the number of connections configured before - only uses one connection after reconnect.
The text was updated successfully, but these errors were encountered: