diff --git a/lib/cluster/cluster-slots.ts b/lib/cluster/cluster-slots.ts index 63834d4b4ca..f65411d7974 100644 --- a/lib/cluster/cluster-slots.ts +++ b/lib/cluster/cluster-slots.ts @@ -69,7 +69,7 @@ export default class RedisClusterSlots): Promise { - // Override this.#slots and add not existing clients to this.#clientByKey + // Override this.#slots and add not existing clients to this.#nodeByUrl const promises: Array> = [], clientsInUse = new Set(); for (const master of masters) { @@ -88,7 +88,7 @@ export default class RedisClusterSlots