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?
Appreciate the help