mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 10:11:21 +00:00
RESP3: most null replies converted.
This commit is contained in:
@ -519,7 +519,7 @@ void sortCommand(client *c) {
|
||||
|
||||
if (sop->type == SORT_OP_GET) {
|
||||
if (!val) {
|
||||
addReply(c,shared.nullbulk);
|
||||
addReplyNull(c);
|
||||
} else {
|
||||
addReplyBulk(c,val);
|
||||
decrRefCount(val);
|
||||
|
Reference in New Issue
Block a user