File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ below:
140
140
| Library | Function |
141
141
| ------------------------------------------------------------------ | ------------------------------------------------------------------------------------- |
142
142
| [ ` node-redis ` ] ( https://github.com/redis/node-redis ) | ` async (...args: string[]) => client.sendCommand(args) ` |
143
+ | [ ` node-redis ` ] ( https://github.com/redis/node-redis ) (cluster) | ` async (...args) => cluster.sendCommand(undefined, false, args) ` |
143
144
| [ ` ioredis ` ] ( https://github.com/luin/ioredis ) | ` async (command: string, ...args: string[]) => client.send_command(command, ...args) ` |
144
145
| [ ` handy-redis ` ] ( https://github.com/mmkal/handy-redis ) | ` async (...args: string[]) => client.nodeRedis.sendCommand(args) ` |
145
146
| [ ` tedis ` ] ( https://github.com/silkjs/tedis ) | ` async (...args: string[]) => client.command(...args) ` |
You can’t perform that action at this time.
0 commit comments