Comparing version 0.1.8 to 0.1.9
@@ -13,2 +13,5 @@ var redis = require('redis') | ||
this._host = host || null | ||
this._port = port || null | ||
this._bound_onConnect = this._onConnect.bind(this) | ||
@@ -116,2 +119,2 @@ this._bound_onError = this._onError.bind(this) | ||
module.exports = RedisConnection | ||
module.exports = RedisConnection |
{ | ||
"name": "zcache" | ||
, "description": "AWS zone-aware caching" | ||
, "version": "0.1.8" | ||
, "version": "0.1.9" | ||
, "homepage": "https://github.com/azulus/zcache" | ||
@@ -6,0 +6,0 @@ , "authors": [ |
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
69715
20
1544