mirror of https://mirror.osredm.com/root/redis.git
Remove duplicate postExecutionUnitOperation call (#11547)
Accidentally introduced when merging unstable in #11199
This commit is contained in:
parent
7be86177a3
commit
24282a381a
|
@ -7373,7 +7373,6 @@ unsigned int delKeysInSlot(unsigned int hashslot) {
|
|||
moduleNotifyKeyspaceEvent(NOTIFY_GENERIC, "del", key, server.db[0].id);
|
||||
postExecutionUnitOperations();
|
||||
decrRefCount(key);
|
||||
postExecutionUnitOperations();
|
||||
j++;
|
||||
server.dirty++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue