mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
RESTORE ABSTTL skip expired keys - leak (#7511)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user