multiple-redis
Advanced tools
Comparing version 1.0.73 to 1.0.74
@@ -71,3 +71,3 @@ ## Classes | ||
### MultiRedisClient.server_info : <code>Object</code> | ||
### MultiRedisClient.server\_info : <code>Object</code> | ||
After the ready probe completes, the results from the INFO command are saved in this attribute. | ||
@@ -74,0 +74,0 @@ |
| Date | Version | Description | | ||
| ----------- | ------- | ----------- | | ||
| 2018-10-14 | v1.0.73 | Maintenance | | ||
| 2019-02-08 | v1.0.74 | Maintenance | | ||
| 2017-07-26 | v1.0.61 | Added all-ready event and allConnected attribute | | ||
@@ -5,0 +5,0 @@ | 2017-01-18 | v1.0.29 | setnx type commands now run in sequence and not in parallel | |
{ | ||
"name": "multiple-redis", | ||
"version": "1.0.73", | ||
"version": "1.0.74", | ||
"description": "Run redis commands against multiple redis instances.", | ||
@@ -36,7 +36,10 @@ "author": { | ||
"jstest": "grunt jstest", | ||
"debug": "mocha --debug-brk=5858 --no-timeouts --ui bdd --reporter spec --recursive ./test/spec", | ||
"prepush": "npm run build", | ||
"postpublish": "grunt post-publish", | ||
"grunt": "grunt" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-push": "npm run build" | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -43,0 +46,0 @@ "async": "^2.6.1", |
@@ -140,3 +140,3 @@ # multiple-redis | ||
| ----------- | ------- | ----------- | | ||
| 2018-10-14 | v1.0.73 | Maintenance | | ||
| 2019-02-08 | v1.0.74 | Maintenance | | ||
| 2017-07-26 | v1.0.61 | Added all-ready event and allConnected attribute | | ||
@@ -143,0 +143,0 @@ | 2017-01-18 | v1.0.29 | setnx type commands now run in sequence and not in parallel | |
63248