mirror of
https://github.com/fluencelabs/redis
synced 2025-06-17 11:11:20 +00:00
RESP3: most null replies converted.
This commit is contained in:
@ -4836,7 +4836,7 @@ void dumpCommand(client *c) {
|
||||
|
||||
/* Check if the key is here. */
|
||||
if ((o = lookupKeyRead(c->db,c->argv[1])) == NULL) {
|
||||
addReply(c,shared.nullbulk);
|
||||
addReplyNull(c);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user