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

This commit is contained in:
Oran Agra 2021-02-22 15:48:17 +02:00 committed by GitHub
parent d32f2e9999
commit 8e83bcd2ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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