mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
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
Block a user