mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 22:11:33 +00:00
RESP3: most null replies converted.
This commit is contained in:
@ -134,7 +134,7 @@ void execCommand(client *c) {
|
||||
* in the second an EXECABORT error is returned. */
|
||||
if (c->flags & (CLIENT_DIRTY_CAS|CLIENT_DIRTY_EXEC)) {
|
||||
addReply(c, c->flags & CLIENT_DIRTY_EXEC ? shared.execaborterr :
|
||||
shared.nullmultibulk);
|
||||
shared.null[c->resp]);
|
||||
discardTransaction(c);
|
||||
goto handle_monitor;
|
||||
}
|
||||
|
Reference in New Issue
Block a user