Skip to content

Commit 24282a3

Browse files
authored
Remove duplicate postExecutionUnitOperation call (redis#11547)
Accidentally introduced when merging unstable in redis#11199
1 parent 7be8617 commit 24282a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/cluster.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7373,7 +7373,6 @@ unsigned int delKeysInSlot(unsigned int hashslot) {
73737373
moduleNotifyKeyspaceEvent(NOTIFY_GENERIC, "del", key, server.db[0].id);
73747374
postExecutionUnitOperations();
73757375
decrRefCount(key);
7376-
postExecutionUnitOperations();
73777376
j++;
73787377
server.dirty++;
73797378
}

0 commit comments

Comments
 (0)