update help.h from redis.io commands.json (#8524)
This commit is contained in:
parent
d32f2e9999
commit
8e83bcd2ac
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user