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