1
0
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:
Matt Ranney
2010-09-17 08:06:32 -07:00

View File

@@ -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