From 3236d2f6c9778cc434c93d717d9b54afe11d36aa Mon Sep 17 00:00:00 2001 From: Ping Xie Date: Mon, 22 Apr 2024 15:56:52 -0700 Subject: [PATCH] Update src/valkey-cli.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Viktor Söderqvist --- src/valkey-cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/valkey-cli.c b/src/valkey-cli.c index f3a70ce0d9..f583ae1453 100644 --- a/src/valkey-cli.c +++ b/src/valkey-cli.c @@ -4771,7 +4771,7 @@ static void clusterManagerSetSlotNodeReplicaOnly(clusterManagerNode *node1, * ownership finalization on HA clusters. We make a best-effort attempt below * to utilize this enhanced reliability. Regardless of the result, we continue * with finalizing slot ownership on the primary nodes. Note that this command - * is not essential. Redis 8.0+ will attempt to recover from failed slot + * is not essential. Valkey 8.0 will attempt to recover from failed slot * ownership finalizations if they occur, although there may be a brief period * where slots caught in this transition stage are unavailable. Including this * additional step ensures no downtime for these slots if any failures arise. */