1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-01 16:46:54 +03:00

docs: fix hyperlink for lua scripts, functions (#3015)

This commit is contained in:
Clo Junseo Kim
2025-07-10 17:22:51 +09:00
committed by GitHub
parent 4d886b8866
commit 987515c69b

View File

@ -35,8 +35,8 @@ await cluster.close();
| maxCommandRedirections | `16` | The maximum number of times a command will be redirected due to `MOVED` or `ASK` errors |
| nodeAddressMap | | Defines the [node address mapping](#node-address-map) |
| modules | | Included [Redis Modules](../README.md#packages) |
| scripts | | Script definitions (see [Lua Scripts](../README.md#lua-scripts)) |
| 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)) |
## Auth with password and username