You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
add cluster.duplicate, add some tests
This commit is contained in:
@@ -184,7 +184,7 @@ export default class RedisClient<M extends RedisModules = RedisModules, S extend
|
||||
#initiateQueue(): RedisCommandsQueue {
|
||||
return new RedisCommandsQueue(
|
||||
this.#options?.commandsQueueMaxLength,
|
||||
(encodedCommands: string) => this.#socket.write(encodedCommands)
|
||||
encodedCommands => this.#socket.write(encodedCommands)
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user