1
0
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:
leibale
2021-06-24 18:25:19 -04:00
parent bfacde3ae4
commit b6cd2b36e7
15 changed files with 282 additions and 14 deletions

View File

@@ -239,7 +239,7 @@ export default class RedisClient<M extends RedisModules = RedisModules, S extend
}
callback(err);
})
});
}
for (const name of Object.keys(COMMANDS)) {