RESTORE ABSTTL skip expired keys - leak (#7511)
(cherry picked from commit 6a814501448c5673d05eb2cfe4fe650883da8f0e)
This commit is contained in:
parent
aea4db2f5a
commit
c4b428a388
@ -5030,6 +5030,7 @@ void restoreCommand(client *c) {
|
|||||||
notifyKeyspaceEvent(NOTIFY_GENERIC,"del",key,c->db->id);
|
notifyKeyspaceEvent(NOTIFY_GENERIC,"del",key,c->db->id);
|
||||||
server.dirty++;
|
server.dirty++;
|
||||||
}
|
}
|
||||||
|
decrRefCount(obj);
|
||||||
addReply(c, shared.ok);
|
addReply(c, shared.ok);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user