Skip to content

Commit 888e52f

Browse files
committed
issue/2956 - remove accidental disableOfflineQueue bold
1 parent bb085b3 commit 888e52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
| scripts | | Script definitions (see [Lua Scripts](../README.md#lua-scripts)) |
2323
| functions | | Function definitions (see [Functions](../README.md#functions)) |
2424
| commandsQueueMaxLength | | Maximum length of the client's internal command queue |
25-
| **disableOfflineQueue** | `false` | Disables offline queuing, see [FAQ](./FAQ.md#what-happens-when-the-network-goes-down) |
25+
| disableOfflineQueue | `false` | Disables offline queuing, see [FAQ](./FAQ.md#what-happens-when-the-network-goes-down) |
2626
| readonly | `false` | Connect in [`READONLY`](https://redis.io/commands/readonly) mode |
2727
| legacyMode | `false` | Maintain some backwards compatibility (see the [Migration Guide](./v3-to-v4.md)) |
2828
| 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 |

0 commit comments

Comments
 (0)