Browse Source

Merge pull request #303 from mowaken/master

fixed RedisClient.prototype.end()
gh-pages
Matt Ranney 12 years ago
parent
commit
c3ea30ebea
  1. 1
      index.js

1
index.js

@ -826,6 +826,7 @@ RedisClient.prototype.end = function () {
this.stream._events = {};
this.connected = false;
this.ready = false;
this.closing = true;
return this.stream.end();
};

Loading…
Cancel
Save