We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d886b8 commit 987515cCopy full SHA for 987515c
docs/clustering.md
@@ -35,8 +35,8 @@ await cluster.close();
35
| maxCommandRedirections | `16` | The maximum number of times a command will be redirected due to `MOVED` or `ASK` errors |
36
| nodeAddressMap | | Defines the [node address mapping](#node-address-map) |
37
| modules | | Included [Redis Modules](../README.md#packages) |
38
-| scripts | | Script definitions (see [Lua Scripts](../README.md#lua-scripts)) |
39
-| functions | | Function definitions (see [Functions](../README.md#functions)) |
+| scripts | | Script definitions (see [Lua Scripts](./programmability.md#lua-scripts)) |
+| functions | | Function definitions (see [Functions](./programmability.md#functions)) |
40
41
## Auth with password and username
42
0 commit comments