Comparing version 2.7.0 to 2.7.1
Changelog | ||
========= | ||
## v.2.7.1 - 14 Mar, 2017 | ||
Bugfixes | ||
- Fixed monitor mode not working in combination with IPv6 (2.6.0 regression) | ||
## v.2.7.0 - 11 Mar, 2017 | ||
@@ -5,0 +11,0 @@ |
@@ -130,3 +130,3 @@ 'use strict'; | ||
err_code: /^([A-Z]+)\s+(.+)$/, | ||
monitor_regex: /^[0-9]{10,11}\.[0-9]+ \[[0-9]{1,3} (.(?!\]))+.\]( ".+?")+$/, | ||
monitor_regex: /^[0-9]{10,11}\.[0-9]+ \[[0-9]+ .+\]( ".+?")+$/, | ||
clone: convenienceClone, | ||
@@ -133,0 +133,0 @@ callback_or_emit: callbackOrEmit, |
{ | ||
"name": "redis", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"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
176085