Skip to content

Commit

Permalink
fix the conflict resolution.
Browse files Browse the repository at this point in the history
Signed-off-by: Roshan Khatri <[email protected]>
  • Loading branch information
roshkhatri committed May 10, 2024
1 parent f200853 commit 8a308c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/cluster_legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -6955,9 +6955,10 @@ void updateAllCachedNodesHealth(void) {
}

if (overall_health_changed) clearCachedClusterSlotsResp();
}

/* Replicate migrating and importing slot states to all replicas */
void clusterReplicateOpenSlots(void)
{
void clusterReplicateOpenSlots(void) {
if (!server.cluster_enabled) return;

int argc = 5;
Expand Down

0 comments on commit 8a308c0

Please sign in to comment.