Comparing version 2.4.1 to 2.4.2
Changelog | ||
========= | ||
## v.2.4.2 - 27 Nov, 2015 | ||
Bugfixes | ||
- Fixed not emitting ready after reconnect with disable_resubscribing ([@maxgalbu](https://github.com/maxgalbu)) | ||
## v.2.4.1 - 25 Nov, 2015 | ||
@@ -5,0 +11,0 @@ |
@@ -385,2 +385,3 @@ 'use strict'; | ||
if (this.options.disable_resubscribing) { | ||
this.emit('ready'); | ||
return; | ||
@@ -387,0 +388,0 @@ } |
@@ -140,3 +140,3 @@ 'use strict'; | ||
this._buffer = new Buffer(0); | ||
this.send_error(new Error('Protocol error, got "' + String.fromCharCode(this._type) + '" as reply type byte')); | ||
this.send_error(new Error('Protocol error, got ' + JSON.stringify(String.fromCharCode(this._type)) + ' as reply type byte')); | ||
} | ||
@@ -143,0 +143,0 @@ }; |
{ | ||
"name": "redis", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Redis client library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
1885
501998
36