mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
update static help.h from redis.io commands.json (#10529)
This commit is contained in:
parent
4ffcec29af
commit
acfb4f7a44
14
src/help.h
14
src/help.h
@ -399,6 +399,11 @@ struct commandHelp {
|
|||||||
"Bind a hash slot to a specific node",
|
"Bind a hash slot to a specific node",
|
||||||
12,
|
12,
|
||||||
"3.0.0" },
|
"3.0.0" },
|
||||||
|
{ "CLUSTER SHARDS",
|
||||||
|
"",
|
||||||
|
"Get array of cluster slots to node mappings",
|
||||||
|
12,
|
||||||
|
"7.0.0" },
|
||||||
{ "CLUSTER SLAVES",
|
{ "CLUSTER SLAVES",
|
||||||
"node-id",
|
"node-id",
|
||||||
"List replica nodes of the specified master node",
|
"List replica nodes of the specified master node",
|
||||||
@ -431,7 +436,7 @@ struct commandHelp {
|
|||||||
"2.8.13" },
|
"2.8.13" },
|
||||||
{ "COMMAND GETKEYSANDFLAGS",
|
{ "COMMAND GETKEYSANDFLAGS",
|
||||||
"",
|
"",
|
||||||
"Extract keys given a full Redis command",
|
"Extract keys and access flags given a full Redis command",
|
||||||
9,
|
9,
|
||||||
"7.0.0" },
|
"7.0.0" },
|
||||||
{ "COMMAND HELP",
|
{ "COMMAND HELP",
|
||||||
@ -630,7 +635,7 @@ struct commandHelp {
|
|||||||
10,
|
10,
|
||||||
"7.0.0" },
|
"7.0.0" },
|
||||||
{ "FUNCTION LOAD",
|
{ "FUNCTION LOAD",
|
||||||
"engine-name library-name [REPLACE] [DESCRIPTION library-description] function-code",
|
"[REPLACE] 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" },
|
||||||
@ -1019,6 +1024,11 @@ struct commandHelp {
|
|||||||
"Load a module",
|
"Load a module",
|
||||||
9,
|
9,
|
||||||
"4.0.0" },
|
"4.0.0" },
|
||||||
|
{ "MODULE LOADEX",
|
||||||
|
"path [CONFIG name value [name value ...]] [ARGS arg [arg ...]]",
|
||||||
|
"Load a module with extended parameters",
|
||||||
|
9,
|
||||||
|
"7.0.0" },
|
||||||
{ "MODULE UNLOAD",
|
{ "MODULE UNLOAD",
|
||||||
"name",
|
"name",
|
||||||
"Unload a module",
|
"Unload a module",
|
||||||
|
Loading…
Reference in New Issue
Block a user