You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Another version bump because 0.8.1 didn't get applied properly for some mysterious reason.
Sorry about that. Changed name of "faster" parser to "javascript".
This commit is contained in:
@@ -6,7 +6,7 @@ function Packet(type, size) {
|
||||
this.size = +size;
|
||||
}
|
||||
|
||||
exports.name = "faster";
|
||||
exports.name = "javascript";
|
||||
exports.debug_mode = false;
|
||||
|
||||
function ReplyParser(options) {
|
||||
@@ -192,7 +192,7 @@ ReplyParser.prototype.execute = function (buffer) {
|
||||
// check the state for what is the result of
|
||||
// a -1, set it back up for a null reply
|
||||
if (ret === undefined) {
|
||||
ret = null;
|
||||
ret = null;
|
||||
}
|
||||
|
||||
this.send_reply(ret);
|
||||
|
Reference in New Issue
Block a user