Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ioredis

Package Overview
Dependencies
Maintainers
2
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ioredis - npm Package Compare versions

Comparing version 4.12.2 to 4.13.0

3

built/cluster/index.js

@@ -617,2 +617,5 @@ "use strict";

});
// Ignore error events since we will handle
// exceptions for the CLUSTER SLOTS command.
duplicatedConnection.on("error", utils_1.noop);
duplicatedConnection.cluster("slots", utils_2.timeout((err, result) => {

@@ -619,0 +622,0 @@ duplicatedConnection.disconnect();

@@ -0,1 +1,13 @@

# [4.13.0](https://github.com/luin/ioredis/compare/v4.12.2...v4.13.0) (2019-07-19)
### Bug Fixes
* **cluster:** suppress errors emitted from internal clients ([9a113ca](https://github.com/luin/ioredis/commit/9a113ca)), closes [#896](https://github.com/luin/ioredis/issues/896) [#899](https://github.com/luin/ioredis/issues/899)
### Features
* **cluster:** support binary keys ([b414ed9](https://github.com/luin/ioredis/commit/b414ed9)), closes [#637](https://github.com/luin/ioredis/issues/637)
## [4.12.2](https://github.com/luin/ioredis/compare/v4.12.1...v4.12.2) (2019-07-16)

@@ -2,0 +14,0 @@

4

package.json
{
"name": "ioredis",
"version": "4.12.2",
"version": "4.13.0",
"description": "A robust, performance-focused and full-featured Redis client for Node.js.",

@@ -33,3 +33,3 @@ "main": "built/index.js",

"dependencies": {
"cluster-key-slot": "^1.0.6",
"cluster-key-slot": "^1.1.0",
"debug": "^4.1.1",

@@ -36,0 +36,0 @@ "denque": "^1.1.0",

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