mirror of
https://github.com/fluencelabs/redis
synced 2025-06-16 10:41:22 +00:00
addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().
This commit is contained in:
@ -4559,7 +4559,7 @@ NULL
|
||||
}
|
||||
dictReleaseIterator(di);
|
||||
} else {
|
||||
addReplySubSyntaxError(c);
|
||||
addReplySubcommandSyntaxError(c);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user