ioredis 5.6.0 → 5.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/built/cluster/index.js +1 -0
- package/package.json +1 -1
package/built/cluster/index.js
CHANGED
|
@@ -695,6 +695,7 @@ class Cluster extends Commander_1.default {
|
|
|
695
695
|
duplicatedConnection.cluster("SLOTS", (0, utils_1.timeout)((err, result) => {
|
|
696
696
|
duplicatedConnection.disconnect();
|
|
697
697
|
if (err) {
|
|
698
|
+
debug("error encountered running CLUSTER.SLOTS: %s", err);
|
|
698
699
|
return callback(err);
|
|
699
700
|
}
|
|
700
701
|
if (this.status === "disconnecting" ||
|