From 83ddbbfc0ac94ac65355ff6a2f34645528c9b864 Mon Sep 17 00:00:00 2001 From: leibale Date: Thu, 14 Oct 2021 16:50:48 -0400 Subject: [PATCH] update comments --- lib/cluster/cluster-slots.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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