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

update redis-cli help.h (#10352)

re-generate help.h from commands.json
parent ad7a6275
/* Automatically generated by ./utils/generate-command-help.rb, do not edit. */ /* Automatically generated by utils/generate-command-help.rb, do not edit. */
#ifndef __REDIS_HELP_H #ifndef __REDIS_HELP_H
#define __REDIS_HELP_H #define __REDIS_HELP_H
...@@ -429,6 +429,11 @@ struct commandHelp { ...@@ -429,6 +429,11 @@ struct commandHelp {
"Extract keys given a full Redis command", "Extract keys given a full Redis command",
9, 9,
"2.8.13" }, "2.8.13" },
{ "COMMAND GETKEYSANDFLAGS",
"",
"Extract keys given a full Redis command",
9,
"7.0.0" },
{ "COMMAND HELP", { "COMMAND HELP",
"", "",
"Show helpful text about the different subcommands", "Show helpful text about the different subcommands",
...@@ -595,7 +600,7 @@ struct commandHelp { ...@@ -595,7 +600,7 @@ struct commandHelp {
10, 10,
"7.0.0" }, "7.0.0" },
{ "FUNCTION DELETE", { "FUNCTION DELETE",
"function-name", "library-name",
"Delete a function by name", "Delete a function by name",
10, 10,
"7.0.0" }, "7.0.0" },
...@@ -625,7 +630,7 @@ struct commandHelp { ...@@ -625,7 +630,7 @@ struct commandHelp {
10, 10,
"7.0.0" }, "7.0.0" },
{ "FUNCTION LOAD", { "FUNCTION LOAD",
"engine-name library-name [REPLACE] [DESC library-description] function-code", "engine-name library-name [REPLACE] [DESCRIPTION library-description] function-code",
"Create a function with the given arguments (name, code, description)", "Create a function with the given arguments (name, code, description)",
10, 10,
"7.0.0" }, "7.0.0" },
...@@ -820,7 +825,7 @@ struct commandHelp { ...@@ -820,7 +825,7 @@ struct commandHelp {
1, 1,
"2.6.0" }, "2.6.0" },
{ "INFO", { "INFO",
"[section]", "[section [section ...]]",
"Get information and statistics about the server", "Get information and statistics about the server",
9, 9,
"1.0.0" }, "1.0.0" },
...@@ -1180,7 +1185,7 @@ struct commandHelp { ...@@ -1180,7 +1185,7 @@ struct commandHelp {
6, 6,
"7.0.0" }, "7.0.0" },
{ "PUBSUB SHARDNUMSUB", { "PUBSUB SHARDNUMSUB",
"", "[channel [channel ...]]",
"Get the count of subscribers for shard channels", "Get the count of subscribers for shard channels",
6, 6,
"7.0.0" }, "7.0.0" },
...@@ -1391,7 +1396,7 @@ struct commandHelp { ...@@ -1391,7 +1396,7 @@ struct commandHelp {
"1.0.0" }, "1.0.0" },
{ "SLAVEOF", { "SLAVEOF",
"host port", "host port",
"Make the server a replica of another instance, or promote it as master. Deprecated starting with Redis 5. Use REPLICAOF instead.", "Make the server a replica of another instance, or promote it as master.",
9, 9,
"1.0.0" }, "1.0.0" },
{ "SLOWLOG", { "SLOWLOG",
...@@ -1590,7 +1595,7 @@ struct commandHelp { ...@@ -1590,7 +1595,7 @@ struct commandHelp {
14, 14,
"5.0.0" }, "5.0.0" },
{ "XGROUP CREATE", { "XGROUP CREATE",
"key groupname id|$ [MKSTREAM]", "key groupname id|$ [MKSTREAM] [ENTRIESREAD entries_read]",
"Create a consumer group.", "Create a consumer group.",
14, 14,
"5.0.0" }, "5.0.0" },
...@@ -1615,7 +1620,7 @@ struct commandHelp { ...@@ -1615,7 +1620,7 @@ struct commandHelp {
14, 14,
"5.0.0" }, "5.0.0" },
{ "XGROUP SETID", { "XGROUP SETID",
"key groupname id|$", "key groupname id|$ [ENTRIESREAD entries_read]",
"Set a consumer group to an arbitrary last delivered ID value.", "Set a consumer group to an arbitrary last delivered ID value.",
14, 14,
"5.0.0" }, "5.0.0" },
...@@ -1675,7 +1680,7 @@ struct commandHelp { ...@@ -1675,7 +1680,7 @@ struct commandHelp {
14, 14,
"5.0.0" }, "5.0.0" },
{ "XSETID", { "XSETID",
"key last-id", "key last-id [ENTRIESADDED entries_added] [MAXDELETEDID max_deleted_entry_id]",
"An internal command for replicating stream values", "An internal command for replicating stream values",
14, 14,
"5.0.0" }, "5.0.0" },
......
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