ioredis 5.4.0 → 5.4.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.
Files changed (2) hide show
  1. package/built/Redis.js +0 -1
  2. package/package.json +1 -1
package/built/Redis.js CHANGED
@@ -423,7 +423,6 @@ class Redis extends Commander_1.default {
423
423
  // this handler must run after the "data" handler in "DataHandler"
424
424
  // so that `this.commandQueue.length` will be updated
425
425
  this.stream.once("data", () => {
426
- console.log('GOT DATA, CLEARING TIMER');
427
426
  clearTimeout(this.socketTimeoutTimer);
428
427
  this.socketTimeoutTimer = undefined;
429
428
  if (this.commandQueue.length === 0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ioredis",
3
- "version": "5.4.0",
3
+ "version": "5.4.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",