Unverified Commit 24282a38 authored by sundb's avatar sundb Committed by GitHub
Browse files

Remove duplicate postExecutionUnitOperation call (#11547)

Accidentally introduced when merging unstable in #11199
parent 7be86177
...@@ -7373,7 +7373,6 @@ unsigned int delKeysInSlot(unsigned int hashslot) { ...@@ -7373,7 +7373,6 @@ unsigned int delKeysInSlot(unsigned int hashslot) {
moduleNotifyKeyspaceEvent(NOTIFY_GENERIC, "del", key, server.db[0].id); moduleNotifyKeyspaceEvent(NOTIFY_GENERIC, "del", key, server.db[0].id);
postExecutionUnitOperations(); postExecutionUnitOperations();
decrRefCount(key); decrRefCount(key);
postExecutionUnitOperations();
j++; j++;
server.dirty++; server.dirty++;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment