Comparing version 2.2.4 to 2.2.5
@@ -0,1 +1,9 @@ | ||
v.2.2.5 | ||
======= | ||
- Fixed so that redis key prefix works properly. | ||
[Changes](https://github.com/OptimalBits/bull/compare/v2.2.4...v2.2.5) | ||
v.2.2.4 | ||
@@ -2,0 +10,0 @@ ======= |
@@ -118,2 +118,8 @@ /*eslint-env node */ | ||
// | ||
// We cannot use ioredis keyPrefix feature until we | ||
// stop creating keys dynamically in lua scripts. | ||
// | ||
delete redisOptions.keyPrefix; | ||
// | ||
// Create queue client (used to add jobs, pause queues, etc); | ||
@@ -120,0 +126,0 @@ // |
{ | ||
"name": "bull", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "Job manager", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
232308
6094