You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
Fix parser regression
This commit is contained in:
@@ -81,7 +81,7 @@ ReplyParser.prototype._parseResult = function (type) {
|
||||
return this._buffer.slice(start, end);
|
||||
}
|
||||
return this._buffer.toString(this._encoding, start, end);
|
||||
} else { // *
|
||||
} else if (type === 42) { // *
|
||||
offset = this._offset;
|
||||
packetHeader = this.parseHeader();
|
||||
|
||||
|
Reference in New Issue
Block a user