v1.18.x
barisusakli 8 years ago
parent 3d39a577f4
commit 2029de4cc5

@ -80,6 +80,8 @@ redisModule.connect = function (options) {
options.auth_pass = nconf.get('redis:password'); options.auth_pass = nconf.get('redis:password');
} }
options = _.deepExtend(options, nconf.get('redis:options') || {});
if (redis_socket_or_host && redis_socket_or_host.indexOf('/') >= 0) { if (redis_socket_or_host && redis_socket_or_host.indexOf('/') >= 0) {
/* If redis.host contains a path name character, use the unix dom sock connection. ie, /tmp/redis.sock */ /* If redis.host contains a path name character, use the unix dom sock connection. ie, /tmp/redis.sock */
cxn = redis.createClient(nconf.get('redis:host'), options); cxn = redis.createClient(nconf.get('redis:host'), options);

Loading…
Cancel
Save