1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

fixup underscore

This commit is contained in:
Ruben Bridgewater
2017-05-06 01:17:29 +02:00
parent 27ed4db537
commit 5822939686
4 changed files with 9 additions and 189 deletions

View File

@@ -170,7 +170,7 @@ RedisClient.prototype.createStream = function () {
var self = this;
// Init parser
this.reply_parser = create_parser(this);
this.replyParser = createParser(this);
if (this.options.stream) {
// Only add the listeners once in case of a reconnect try (that won't work)