You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-17 19:41:06 +03:00
implement a couple of more commands, make cluster random iterator be per node (instead of per slot)
This commit is contained in:
@@ -239,7 +239,7 @@ export default class RedisClient<M extends RedisModules = RedisModules, S extend
|
||||
}
|
||||
|
||||
callback(err);
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
for (const name of Object.keys(COMMANDS)) {
|
||||
|
Reference in New Issue
Block a user