diff options
author | Oran Agra <oran@redislabs.com> | 2022-02-28 15:35:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-28 15:35:46 +0200 |
commit | d2b5a579dd8b785690aa7714df8776ffc452d242 (patch) | |
tree | 1c54c71bae68eaa44efbf89020d75399a88dee40 /src/help.h | |
parent | d5915a167f696644e210ee85e549c7ceb41b5791 (diff) | |
parent | 10dc57ab226155bbdbfb0b0d914e681aa346d7de (diff) | |
download | redis-7.0-rc2.tar.gz |
Merge pull request #10355 from oranagra/release-7.0-rc27.0-rc2
Release 7.0 RC2
Diffstat (limited to 'src/help.h')
-rw-r--r-- | src/help.h | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/src/help.h b/src/help.h index 2bceea2a4..edeb9b26e 100644 --- a/src/help.h +++ b/src/help.h @@ -1,4 +1,4 @@ -/* 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 #define __REDIS_HELP_H @@ -429,6 +429,11 @@ struct commandHelp { "Extract keys given a full Redis command", 9, "2.8.13" }, + { "COMMAND GETKEYSANDFLAGS", + "", + "Extract keys given a full Redis command", + 9, + "7.0.0" }, { "COMMAND HELP", "", "Show helpful text about the different subcommands", @@ -571,12 +576,12 @@ struct commandHelp { "6.2.0" }, { "FCALL", "function numkeys key [key ...] arg [arg ...]", - "PATCH__TBD__38__", + "Invoke a function", 10, "7.0.0" }, { "FCALL_RO", "function numkeys key [key ...] arg [arg ...]", - "PATCH__TBD__7__", + "Invoke a read-only function", 10, "7.0.0" }, { "FLUSHALL", @@ -595,7 +600,7 @@ struct commandHelp { 10, "7.0.0" }, { "FUNCTION DELETE", - "function-name", + "library-name", "Delete a function by name", 10, "7.0.0" }, @@ -625,7 +630,7 @@ struct commandHelp { 10, "7.0.0" }, { "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)", 10, "7.0.0" }, @@ -820,7 +825,7 @@ struct commandHelp { 1, "2.6.0" }, { "INFO", - "[section]", + "[section [section ...]]", "Get information and statistics about the server", 9, "1.0.0" }, @@ -1180,7 +1185,7 @@ struct commandHelp { 6, "7.0.0" }, { "PUBSUB SHARDNUMSUB", - "", + "[channel [channel ...]]", "Get the count of subscribers for shard channels", 6, "7.0.0" }, @@ -1391,7 +1396,7 @@ struct commandHelp { "1.0.0" }, { "SLAVEOF", "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, "1.0.0" }, { "SLOWLOG", @@ -1590,7 +1595,7 @@ struct commandHelp { 14, "5.0.0" }, { "XGROUP CREATE", - "key groupname id|$ [MKSTREAM]", + "key groupname id|$ [MKSTREAM] [ENTRIESREAD entries_read]", "Create a consumer group.", 14, "5.0.0" }, @@ -1615,7 +1620,7 @@ struct commandHelp { 14, "5.0.0" }, { "XGROUP SETID", - "key groupname id|$", + "key groupname id|$ [ENTRIESREAD entries_read]", "Set a consumer group to an arbitrary last delivered ID value.", 14, "5.0.0" }, @@ -1675,7 +1680,7 @@ struct commandHelp { 14, "5.0.0" }, { "XSETID", - "key last-id", + "key last-id [ENTRIESADDED entries_added] [MAXDELETEDID max_deleted_entry_id]", "An internal command for replicating stream values", 14, "5.0.0" }, |