Browse Source

s/close/end/

gh-pages
Tim-Smart 14 years ago
parent
commit
b7bb32940e
  1. 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 = {};
return this.stream.end();
};

Loading…
Cancel
Save