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
Copy file name to clipboardExpand all lines: docs/client-configuration.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@
27
27
| legacyMode |`false`| Maintain some backwards compatibility (see the [Migration Guide](./v3-to-v4.md)) |
28
28
| isolationPoolOptions || See the [Isolated Execution Guide](./isolated-execution.md)|
29
29
| 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)|
30
+
| commandTimeout || Throw an error and abort a command if it takes longer than the specified time (in milliseconds). |
0 commit comments