You've already forked node-redis
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:
2
index.js
2
index.js
@@ -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)
|
||||
|
Reference in New Issue
Block a user