From 8e83bcd2acb18370e2d6cea3718339792322e80f Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Mon, 22 Feb 2021 15:48:17 +0200 Subject: [PATCH] update help.h from redis.io commands.json (#8524) --- src/help.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/help.h b/src/help.h index b8b1efb95..97de00231 100644 --- a/src/help.h +++ b/src/help.h @@ -458,6 +458,11 @@ struct commandHelp { "Set the expiration for a key as a UNIX timestamp", 0, "1.2.0" }, + { "FAILOVER", + "[TO host port [FORCE]] [ABORT] [TIMEOUT milliseconds]", + "Start a coordinated failover between this server and one of its replicas.", + 9, + "6.2.0" }, { "FLUSHALL", "[ASYNC|SYNC]", "Remove all keys from all databases",