We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a69e60b + b7bb329 commit 98c1f86Copy full SHA for 98c1f86
index.js
@@ -479,6 +479,11 @@ RedisClient.prototype.send_command = function () {
479
}
480
};
481
482
+RedisClient.prototype.end = function () {
483
+ this.stream._events = {};
484
+ return this.stream.end();
485
+};
486
+
487
// http://code.google.com/p/redis/wiki/CommandReference
488
exports.commands = [
489
// Commands operating on all value types
0 commit comments