You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +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
|
// http://code.google.com/p/redis/wiki/CommandReference
|
||||||
exports.commands = [
|
exports.commands = [
|
||||||
// Commands operating on all value types
|
// Commands operating on all value types
|
||||||
|
Reference in New Issue
Block a user