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.
@@ -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" ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ioredis",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "A robust, performance-focused and full-featured Redis client for Node.js.",
5
5
  "main": "./built/index.js",
6
6
  "types": "./built/index.d.ts",