summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2022-07-11 12:36:03 +0300
committerGitHub <noreply@github.com>2022-07-11 12:36:03 +0300
commitb4568fc78a15f7696f7cc0e25aeb943a6319f6b8 (patch)
tree80b508c4d27af579acd29ea167e20e4038c95219
parent35e8ae3eb5f80ebb5cad5b509d1fde56176bca0d (diff)
downloadredis-b4568fc78a15f7696f7cc0e25aeb943a6319f6b8.tar.gz
update help.h (#10961)
-rw-r--r--src/help.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/help.h b/src/help.h
index 7714fc783..a95da3695 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
@@ -138,7 +138,7 @@ struct commandHelp {
"key GET encoding offset [GET encoding offset ...]",
"Perform arbitrary bitfield integer operations on strings. Read-only variant of BITFIELD",
15,
- "6.2.0" },
+ "6.0.0" },
{ "BITOP",
"operation destkey key [key ...]",
"Perform bitwise operations between strings",
@@ -355,7 +355,7 @@ struct commandHelp {
12,
"7.0.0" },
{ "CLUSTER MEET",
- "ip port",
+ "ip port [cluster_bus_port]",
"Force a node cluster to handshake with another node",
12,
"3.0.0" },
@@ -1775,7 +1775,7 @@ struct commandHelp {
4,
"6.2.0" },
{ "ZRANGE",
- "key min max [BYSCORE|BYLEX] [REV] [LIMIT offset count] [WITHSCORES]",
+ "key start stop [BYSCORE|BYLEX] [REV] [LIMIT offset count] [WITHSCORES]",
"Return a range of members in a sorted set",
4,
"1.2.0" },