Comparing version 1.0.3 to 1.0.4
@@ -104,3 +104,3 @@ const EventEmitter = require('events'); | ||
this._numClients++; | ||
this._client = new Redis(this._bullOpts); | ||
this._client = new Redis(this._bullOpts.redis); | ||
} | ||
@@ -118,3 +118,3 @@ return this._client; | ||
this._numClients++; | ||
this._subscriber = new Redis(this._bullOpts); | ||
this._subscriber = new Redis(this._bullOpts.redis); | ||
// Subscribers have a lot of listeners, squelch this warning. | ||
@@ -121,0 +121,0 @@ this._subscriber.setMaxListeners(0); |
{ | ||
"name": "bull-qm", | ||
"description": "Queue Manager for Bull", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"author": "Mudrekh Goderya", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
68806