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

push-ioredis

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

push-ioredis - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

lib/redisClusterMap.js

@@ -11,3 +11,3 @@ var RedisClusterMap = function() {

if (!clusterMap) {
var loadPath = process.cwd() + '/config/' + env + '/clusterMap.json';
var loadPath = '../config/' + env + '/clusterMap.json';
clusterMap = require(loadPath);

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

{
"name": "push-ioredis",
"version": "1.0.4",
"version": "1.0.5",
"description": "use sentinel + ioredis + sharding logic to replace push-redis-failover",

@@ -5,0 +5,0 @@ "main": "redisClient.js",

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