mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Remove duplicate postExecutionUnitOperation call (#11547)
Accidentally introduced when merging unstable in #11199
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user