parent
ad7a6275ff
commit
fa5d90069f
23
src/help.h
23
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",
|
||||
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user