redis-sentinel-client
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -85,3 +85,4 @@ /** | ||
['unsubscribe','end'].forEach(function(staticProp){ | ||
// pass these through | ||
['unsubscribe','end', 'reconnecting'].forEach(function(staticProp){ | ||
// @todo rewrite this to use `apply` | ||
@@ -246,3 +247,3 @@ self.activeMasterClient.on(staticProp, function(a, b, c, d){ | ||
// backwards-compat. w/RedisClient | ||
self.activeMasterClient.once('connect', function(){ | ||
self.activeMasterClient.on('connect', function(){ | ||
self.emit('connect'); | ||
@@ -249,0 +250,0 @@ self.emitMasterErrors = true; |
{ | ||
"name": "redis-sentinel-client", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Transparent Redis Sentinel client", | ||
@@ -5,0 +5,0 @@ "main": "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
38949
875