Remove duplicate postExecutionUnitOperation call (#11547)

Accidentally introduced when merging unstable in #11199
This commit is contained in:
sundb 2022-11-27 14:58:44 +08:00 committed by GitHub
parent 7be86177a3
commit 24282a381a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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++;
}