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
* fix#1598fix#2276 - add `pingInterval` to client config
* setPingTimer on ready (instead of on connect)
* use isReady (instead of isOpen) and fix test
* Update client-configuration.md
Copy file name to clipboardExpand all lines: docs/client-configuration.md
+1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@
25
25
| readonly |`false`| Connect in [`READONLY`](https://redis.io/commands/readonly) mode |
26
26
| legacyMode |`false`| Maintain some backwards compatibility (see the [Migration Guide](./v3-to-v4.md)) |
27
27
| isolationPoolOptions || See the [Isolated Execution Guide](./isolated-execution.md)|
28
+
| pingInterval || Send `PING` command at interval (in ms). Useful with "[Azure Cache for Redis](https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/cache-best-practices-connection#idle-timeout)" |
0 commit comments