Comparing version 4.28.4 to 4.28.5
@@ -274,2 +274,5 @@ "use strict"; | ||
this.clearAddedScriptHashesCleanInterval(); | ||
// Scripts need to get reset on reconnect as redis | ||
// might have been restarted or some failover happened | ||
this._addedScriptHashes = {}; | ||
// Start the script cache cleaning | ||
@@ -276,0 +279,0 @@ this._addedScriptHashesCleanInterval = setInterval(() => { |
@@ -0,1 +1,8 @@ | ||
## [4.28.5](https://github.com/luin/ioredis/compare/v4.28.4...v4.28.5) (2022-02-06) | ||
### Bug Fixes | ||
* Reset loaded script hashes to force a reload of scripts after reconnect of redis ([#1497](https://github.com/luin/ioredis/issues/1497)) ([f357a31](https://github.com/luin/ioredis/commit/f357a3145694250bf361827403252b31435afabd)) | ||
## [4.28.4](https://github.com/luin/ioredis/compare/v4.28.3...v4.28.4) (2022-02-02) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "ioredis", | ||
"version": "4.28.4", | ||
"version": "4.28.5", | ||
"description": "A robust, performance-focused and full-featured Redis client for Node.js.", | ||
@@ -5,0 +5,0 @@ "main": "built/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
309749
5043