summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2022-04-05 12:09:51 +0300
committerGitHub <noreply@github.com>2022-04-05 12:09:51 +0300
commitacfb4f7a448144ceb6c841a67613500bc2982a23 (patch)
tree8536b3e0202effc8ebcea3a10702b020baaf0e5a
parent4ffcec29af9dc1246540d94834540528576c68a4 (diff)
downloadredis-acfb4f7a448144ceb6c841a67613500bc2982a23.tar.gz
update static help.h from redis.io commands.json (#10529)
-rw-r--r--src/help.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/help.h b/src/help.h
index edeb9b26e..e25ca3fa3 100644
--- a/src/help.h
+++ b/src/help.h
@@ -399,6 +399,11 @@ struct commandHelp {
"Bind a hash slot to a specific node",
12,
"3.0.0" },
+ { "CLUSTER SHARDS",
+ "",
+ "Get array of cluster slots to node mappings",
+ 12,
+ "7.0.0" },
{ "CLUSTER SLAVES",
"node-id",
"List replica nodes of the specified master node",
@@ -431,7 +436,7 @@ struct commandHelp {
"2.8.13" },
{ "COMMAND GETKEYSANDFLAGS",
"",
- "Extract keys given a full Redis command",
+ "Extract keys and access flags given a full Redis command",
9,
"7.0.0" },
{ "COMMAND HELP",
@@ -630,7 +635,7 @@ struct commandHelp {
10,
"7.0.0" },
{ "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)",
10,
"7.0.0" },
@@ -1019,6 +1024,11 @@ struct commandHelp {
"Load a module",
9,
"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",
"name",
"Unload a module",