Skip to content

Commit 1294b4b

Browse files
authored
issue/2956 - document disableClientInfo (#2957)
* issue/2956 - document disableClientInfo * issue/2956 - remove accidental disableOfflineQueue bold
1 parent 4a5f879 commit 1294b4b

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
@@ -28,6 +28,7 @@
2828
| legacyMode | `false` | Maintain some backwards compatibility (see the [Migration Guide](./v3-to-v4.md)) |
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) |
31+
| disableClientInfo | `false` | Disables `CLIENT SETINFO LIB-NAME node-redis` and `CLIENT SETINFO LIB-VER X.X.X` commands |
3132

3233
## Reconnect Strategy
3334

0 commit comments

Comments
 (0)