Comparing version 0.17.4 to 0.17.5
@@ -28,7 +28,6 @@ /** | ||
RedisProtocol.prototype.getConfigKey = function (config) { | ||
return [config.server, config.port].join('_'); | ||
return [config.serviceID, config.server.host, config.server.port].join('_'); | ||
}; | ||
RedisProtocol.prototype.normalizeConfig = RedisProtocol.normalizeConfig = function (config) { | ||
var self = this; | ||
config.redisConf = config.redisConf || {}; | ||
@@ -35,0 +34,0 @@ // 关闭path与url定位,统一使用IP与端口 |
{ | ||
"name": "node-ral", | ||
"version": "0.17.4", | ||
"version": "0.17.5", | ||
"description": "a rpc client for node", | ||
@@ -33,3 +33,3 @@ "main": "index.js", | ||
"iconv-lite": "0.4.15", | ||
"performance-now": "0.2.0", | ||
"performance-now": "2.0.0", | ||
"protobufjs": "5.0.1", | ||
@@ -46,3 +46,3 @@ "redis": "^2.6.2", | ||
"combined-stream": "1.0.5", | ||
"formidable": "1.0.17", | ||
"formidable": "1.1.1", | ||
"istanbul": "0.4.5", | ||
@@ -49,0 +49,0 @@ "mocha": "3.1.2", |
Sorry, the diff of this file is not supported yet
375492
10955
+ Addedperformance-now@2.0.0(transitive)
- Removedperformance-now@0.2.0(transitive)
Updatedperformance-now@2.0.0