Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
fa5d9006
Unverified
Commit
fa5d9006
authored
Feb 28, 2022
by
Oran Agra
Committed by
GitHub
Feb 28, 2022
Browse files
update redis-cli help.h (#10352)
re-generate help.h from commands.json
parent
ad7a6275
Changes
1
Show whitespace changes
Inline
Side-by-side
src/help.h
View file @
fa5d9006
/* 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"
,
...
...
@@ -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] [DESC
RIPTION
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"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment