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
I have a redis cluster hosted by azure. The client side is configured as follows with socket keepalive, but the connections still get closed after being idle for some time.
Hi! I double checked if it was an issue with SSL connections, but it looks like the socket configuration is applied correctly if you're using RedisCluster. It might be a server-side issue, connection might be closed by the server on memory usage overflow. Please follow this topic about client evictions and double check your cluster behaviour:
I have a redis cluster hosted by azure. The client side is configured as follows with socket keepalive, but the connections still get closed after being idle for some time.
Does anyone know what could be the possible reason or how to debug this? Thanks!
The text was updated successfully, but these errors were encountered: