multiple-redis
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -246,5 +246,4 @@ 'use strict'; | ||
var error = new Error('Timeout on running command.'); | ||
if (!done) { | ||
redisError = error; | ||
} | ||
redisError = error; | ||
asyncCallback(error); | ||
@@ -251,0 +250,0 @@ }, self.childCommandTimeout); |
{ | ||
"name": "multiple-redis", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Run redis commands against multiple redis instances.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -135,3 +135,3 @@ # multiple-redis | ||
| ----------- | ------- | ----------- | | ||
| 2015-10-22 | v0.0.14 | Timeout child commands (see childCommandTimeout option) | | ||
| 2015-10-22 | v0.0.15 | Timeout child commands (see childCommandTimeout option) | | ||
| 2015-10-16 | v0.0.12 | Maintenance | | ||
@@ -138,0 +138,0 @@ | 2015-09-23 | v0.0.7 | Upgrade to redis 2.0 | |
84529
1420