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",