Comparing version 0.1.5 to 0.1.6
@@ -203,2 +203,3 @@ var poolModule = require('generic-pool') | ||
.then(processMgetResults) | ||
.clearContext() | ||
} | ||
@@ -205,0 +206,0 @@ |
@@ -109,2 +109,3 @@ var poolModule = require('generic-pool') | ||
.then(callMget) | ||
.clearContext() | ||
@@ -130,2 +131,3 @@ return this._prepareReleaseClient(promise) | ||
.then(callGet) | ||
.clearContext() | ||
@@ -151,2 +153,3 @@ return this._prepareReleaseClient(promise) | ||
.then(callSet) | ||
.clearContext() | ||
@@ -172,2 +175,3 @@ return this._prepareReleaseClient(promise) | ||
.then(callDel) | ||
.clearContext() | ||
@@ -174,0 +178,0 @@ return this._prepareReleaseClient(promise) |
{ | ||
"name": "zcache" | ||
, "description": "AWS zone-aware caching" | ||
, "version": "0.1.5" | ||
, "version": "0.1.6" | ||
, "homepage": "https://github.com/azulus/zcache" | ||
@@ -21,3 +21,3 @@ , "authors": [ | ||
"generic-pool": "2.0.3", | ||
"kew": "0.1.3", | ||
"kew": "0.1.5", | ||
"redis": "0.8.2" | ||
@@ -24,0 +24,0 @@ } |
69645
1541