New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

multiple-redis

Package Overview
Dependencies
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiple-redis - npm Package Compare versions

Comparing version 1.0.73 to 1.0.74

2

docs/api.md

@@ -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 |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc