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
We get very infrequent bursts of redis connection requests, and what that does is that the number of connections to the Redis server to go up but stay there indefinitely. I didn't see anything in the code that cleans up such connections.
What is the best way to get rid of such released idle connections within a timeout without setting a client timeout on the server?