Skip to content

Commit b7bb329

Browse files
committed
s/close/end/
1 parent 5a56d0f commit b7bb329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ RedisClient.prototype.send_command = function () {
477477
}
478478
};
479479

480-
RedisClient.prototype.close = function close () {
480+
RedisClient.prototype.end = function () {
481481
this.stream._events = {};
482482
return this.stream.end();
483483
};

0 commit comments

Comments
 (0)