Skip to content

Commit

Permalink
docs: usage with node-redis in cluster mode
Browse files Browse the repository at this point in the history
Please double-check this @gamemaker1 & @Gandalf1783

Fixes #207 (hopefully)
  • Loading branch information
nfriedly authored Jul 1, 2024
1 parent d043845 commit 21a2e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ below:
| Library | Function |
| ------------------------------------------------------------------ | ------------------------------------------------------------------------------------- |
| [`node-redis`](https://github.com/redis/node-redis) | `async (...args: string[]) => client.sendCommand(args)` |
| [`node-redis`](https://github.com/redis/node-redis) (cluster) | `async (...args) => cluster.sendCommand(undefined, false, args)` |
| [`ioredis`](https://github.com/luin/ioredis) | `async (command: string, ...args: string[]) => client.send_command(command, ...args)` |
| [`handy-redis`](https://github.com/mmkal/handy-redis) | `async (...args: string[]) => client.nodeRedis.sendCommand(args)` |
| [`tedis`](https://github.com/silkjs/tedis) | `async (...args: string[]) => client.command(...args)` |
Expand Down

0 comments on commit 21a2e9e

Please sign in to comment.