From 24282a381a89cc8281c57ceedcca5f7eb404d396 Mon Sep 17 00:00:00 2001 From: sundb Date: Sun, 27 Nov 2022 14:58:44 +0800 Subject: [PATCH] Remove duplicate postExecutionUnitOperation call (#11547) Accidentally introduced when merging unstable in #11199 --- src/cluster.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cluster.c b/src/cluster.c index 499daf687..81ffba48b 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -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++; }