multiple-redis
Advanced tools
Comparing version 0.0.17 to 0.0.18
{ | ||
"name": "multiple-redis", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Run redis commands against multiple redis instances.", | ||
"main": "index.js", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "test/spec" | ||
"author": { | ||
"name": "Sagie Gur-Ari", | ||
"email": "sagiegurari@gmail.com" | ||
}, | ||
"license": "Apache-2.0", | ||
"homepage": "http://github.com/sagiegurari/multiple-redis", | ||
@@ -23,5 +23,18 @@ "repository": { | ||
], | ||
"main": "index.js", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "test/spec" | ||
}, | ||
"scripts": { | ||
"test": "grunt test", | ||
"clean": "grunt cleanup", | ||
"lint": "grunt lint", | ||
"docs": "grunt docs", | ||
"build": "grunt build", | ||
"precommit": "npm run build" | ||
}, | ||
"dependencies": { | ||
"async": "^1.4.2", | ||
"redis": "^2.2.5" | ||
"async": "^1.5.0", | ||
"redis": "^2.3.0" | ||
}, | ||
@@ -51,16 +64,3 @@ "devDependencies": { | ||
"time-grunt": "latest" | ||
}, | ||
"author": { | ||
"name": "Sagie Gur-Ari", | ||
"email": "sagiegurari@gmail.com" | ||
}, | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
"test": "grunt test", | ||
"clean": "grunt cleanup", | ||
"lint": "grunt lint", | ||
"docs": "grunt docs", | ||
"build": "grunt build", | ||
"precommit": "npm run build" | ||
} | ||
} |
@@ -135,3 +135,3 @@ # multiple-redis | ||
| ----------- | ------- | ----------- | | ||
| 2015-10-24 | v0.0.17 | Maintenance | | ||
| 2015-11-03 | v0.0.18 | Maintenance | | ||
| 2015-10-22 | v0.0.16 | Timeout child commands (see childCommandTimeout option) | | ||
@@ -138,0 +138,0 @@ | 2015-10-16 | v0.0.12 | Maintenance | |
Sorry, the diff of this file is not supported yet
Updatedasync@^1.5.0
Updatedredis@^2.3.0