redis-clustr
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "redis-clustr", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Redis cluster client", | ||
@@ -5,0 +5,0 @@ "main": "src/RedisClustr.js", |
@@ -353,3 +353,3 @@ 'use strict'; | ||
// now take cb off args so we can attach our own callback wrapper | ||
if (argsCb) args.pop(); | ||
if (argsCb) args = args.slice(0, -1); | ||
@@ -356,0 +356,0 @@ if (Array.isArray(args[0])) { |
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
56728