You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Merge remote branch 'Tim_Smart/client-close'
This commit is contained in:
5
index.js
5
index.js
@@ -479,6 +479,11 @@ RedisClient.prototype.send_command = function () {
|
||||
}
|
||||
};
|
||||
|
||||
RedisClient.prototype.end = function () {
|
||||
this.stream._events = {};
|
||||
return this.stream.end();
|
||||
};
|
||||
|
||||
// http://code.google.com/p/redis/wiki/CommandReference
|
||||
exports.commands = [
|
||||
// Commands operating on all value types
|
||||
|
Reference in New Issue
Block a user