summaryrefslogtreecommitdiff
path: root/src/cluster.c
diff options
context:
space:
mode:
authorsundb <sundbcn@gmail.com>2022-11-27 14:58:44 +0800
committerGitHub <noreply@github.com>2022-11-27 08:58:44 +0200
commit24282a381a89cc8281c57ceedcca5f7eb404d396 (patch)
treeed123a6038464221734918899329b7d7159d9f7d /src/cluster.c
parent7be86177a3ac3f7ecf2049f9157502e214e8b326 (diff)
downloadredis-24282a381a89cc8281c57ceedcca5f7eb404d396.tar.gz
Remove duplicate postExecutionUnitOperation call (#11547)
Accidentally introduced when merging unstable in #11199
Diffstat (limited to 'src/cluster.c')
-rw-r--r--src/cluster.c1
1 files changed, 0 insertions, 1 deletions
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++;
}