You've already forked node-redis
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:
2
index.js
2
index.js
@@ -477,7 +477,7 @@ RedisClient.prototype.send_command = function () {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
RedisClient.prototype.close = function close () {
|
RedisClient.prototype.end = function () {
|
||||||
this.stream._events = {};
|
this.stream._events = {};
|
||||||
return this.stream.end();
|
return this.stream.end();
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user