Skip to content

Commit 28e2bab

Browse files
Update cache-best-practices-connection.md
Add motivation for server side timeout
1 parent b71d4e8 commit 28e2bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-cache-for-redis/cache-best-practices-connection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ Apply design patterns for resiliency. For more information, see [How do I make m
8585

8686
## Idle timeout
8787

88-
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. Most common client libraries have a configuration setting that allows client libraries to send Redis `PING` commands to a Redis server automatically and periodically. However, when using client libraries without this type of setting, customer applications themselves are responsible for keeping the connection alive.
88+
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.
8989

9090
## Next steps
9191

9292
- [Best practices for development](cache-best-practices-development.md)
9393
- [Azure Cache for Redis development FAQ](cache-development-faq.yml)
94-
- [Failover and patching](cache-failover.md)
94+
- [Failover and patching](cache-failover.md)

0 commit comments

Comments
 (0)