File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ below:
140140| Library | Function |
141141| ------------------------------------------------------------------ | ----------------------------------------------------------------------------- |
142142| [ ` 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(args[1], false, args) ` |
143+ | [ ` node-redis ` ] ( https://github.com/redis/node-redis ) (cluster) | ` async (...args: string[] ) => cluster.sendCommand(args[1], false, args) ` |
144144| [ ` ioredis ` ] ( https://github.com/luin/ioredis ) | ` async (command: string, ...args: string[]) => client.call(command, ...args) ` |
145145| [ ` handy-redis ` ] ( https://github.com/mmkal/handy-redis ) | ` async (...args: string[]) => client.nodeRedis.sendCommand(args) ` |
146146| [ ` tedis ` ] ( https://github.com/silkjs/tedis ) | ` async (...args: string[]) => client.command(...args) ` |
You can’t perform that action at this time.
0 commit comments