Skip to content

Commit 889b56d

Browse files
florian-schunkrummatee
authored andcommitted
update documentation
1 parent c4dae0c commit 889b56d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/client-configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
| isolationPoolOptions | | An object that configures a pool of isolated connections, If you frequently need isolated connections, consider using [createClientPool](https://github.com/redis/node-redis/blob/master/docs/pool.md#creating-a-pool) instead |
3030
| 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) |
3131
| disableClientInfo | `false` | Disables `CLIENT SETINFO LIB-NAME node-redis` and `CLIENT SETINFO LIB-VER X.X.X` commands |
32+
| commandTimeout | | Throw an error and abort a command if it takes longer than the specified time (in milliseconds). |
3233

3334
## Reconnect Strategy
3435

0 commit comments

Comments
 (0)