Unverified Commit 8e83bcd2 authored by Oran Agra's avatar Oran Agra Committed by GitHub
Browse files

update help.h from redis.io commands.json (#8524)

parent d32f2e99
...@@ -458,6 +458,11 @@ struct commandHelp { ...@@ -458,6 +458,11 @@ struct commandHelp {
"Set the expiration for a key as a UNIX timestamp", "Set the expiration for a key as a UNIX timestamp",
0, 0,
"1.2.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", { "FLUSHALL",
"[ASYNC|SYNC]", "[ASYNC|SYNC]",
"Remove all keys from all databases", "Remove all keys from all databases",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment