1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

s/close/end/

This commit is contained in:
Tim-Smart
2010-09-17 23:18:57 +12:00
parent 5a56d0fa03
commit b7bb32940e

View File

@@ -477,7 +477,7 @@ RedisClient.prototype.send_command = function () {
}
};
RedisClient.prototype.close = function close () {
RedisClient.prototype.end = function () {
this.stream._events = {};
return this.stream.end();
};