-Azure Cache for Redis currently has a 10-minute idle timeout for connections, so the idle timeout setting in your client application should be less than 10 minutes. This idle timeout for connections helps automatically clean up connection leaks and most common client libraries have a configuration setting that allows client libraries to send Redis `PING` commands to a Redis server periodically. However, when using client libraries without this type of setting, customer applications themselves are responsible for keeping the connection alive.
0 commit comments