Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 53db4b3

Browse files
Whitespace
1 parent bce6929 commit 53db4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster_library.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ static void cluster_update_slot(redisCluster *c) {
14161416
continue;
14171417
}
14181418
if (!CLUSTER_REDIR_CMP(c, slave->sock)) {
1419-
// Detected a failover, the redirected node was a replica
1419+
// Detected a failover, the redirected node was a replica
14201420
// Remap the cluster's keyspace
14211421
cluster_map_keyspace(c);
14221422
return;

0 commit comments

Comments
 (0)