push-ioredis
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34276