You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
v.2.0.0
This commit is contained in:
2
index.js
2
index.js
@@ -1157,7 +1157,7 @@ exports.createClient = function(port_arg, host_arg, options) {
|
||||
|
||||
return createClient_unix(port_arg, options);
|
||||
}
|
||||
throw new Error('unknown type of connection in createClient()');
|
||||
throw new Error('Unknown type of connection in createClient()');
|
||||
};
|
||||
|
||||
exports.print = function (err, reply) {
|
||||
|
Reference in New Issue
Block a user