Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2021-11-10 00:23:47 +0300
committermichael-grunder <michael.grunder@gmail.com>2021-11-10 00:23:47 +0300
commit53db4b3e2ffdbd60ed4105ada8725fe6c3338c4d (patch)
treeb2dc4d8733f5e9a863182f0351cb1c5656ce8194 /cluster_library.c
parentbce692962c53de254a9fddbc279ff742792f7ec6 (diff)
Whitespace
Diffstat (limited to 'cluster_library.c')
-rw-r--r--cluster_library.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster_library.c b/cluster_library.c
index 16ad284d..12da1877 100644
--- a/cluster_library.c
+++ b/cluster_library.c
@@ -1416,7 +1416,7 @@ static void cluster_update_slot(redisCluster *c) {
continue;
}
if (!CLUSTER_REDIR_CMP(c, slave->sock)) {
- // Detected a failover, the redirected node was a replica
+ // Detected a failover, the redirected node was a replica
// Remap the cluster's keyspace
cluster_map_keyspace(c);
return;