Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
b4568fc7
Unverified
Commit
b4568fc7
authored
Jul 11, 2022
by
Oran Agra
Committed by
GitHub
Jul 11, 2022
Browse files
update help.h (#10961)
parent
35e8ae3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/help.h
View file @
b4568fc7
/* 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
#ifndef __REDIS_HELP_H
#define __REDIS_HELP_H
#define __REDIS_HELP_H
...
@@ -138,7 +138,7 @@ struct commandHelp {
...
@@ -138,7 +138,7 @@ struct commandHelp {
"key GET encoding offset [GET encoding offset ...]"
,
"key GET encoding offset [GET encoding offset ...]"
,
"Perform arbitrary bitfield integer operations on strings. Read-only variant of BITFIELD"
,
"Perform arbitrary bitfield integer operations on strings. Read-only variant of BITFIELD"
,
15
,
15
,
"6.
2
.0"
},
"6.
0
.0"
},
{
"BITOP"
,
{
"BITOP"
,
"operation destkey key [key ...]"
,
"operation destkey key [key ...]"
,
"Perform bitwise operations between strings"
,
"Perform bitwise operations between strings"
,
...
@@ -355,7 +355,7 @@ struct commandHelp {
...
@@ -355,7 +355,7 @@ struct commandHelp {
12
,
12
,
"7.0.0"
},
"7.0.0"
},
{
"CLUSTER MEET"
,
{
"CLUSTER MEET"
,
"ip port"
,
"ip port
[cluster_bus_port]
"
,
"Force a node cluster to handshake with another node"
,
"Force a node cluster to handshake with another node"
,
12
,
12
,
"3.0.0"
},
"3.0.0"
},
...
@@ -1775,7 +1775,7 @@ struct commandHelp {
...
@@ -1775,7 +1775,7 @@ struct commandHelp {
4
,
4
,
"6.2.0"
},
"6.2.0"
},
{
"ZRANGE"
,
{
"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"
,
"Return a range of members in a sorted set"
,
4
,
4
,
"1.2.0"
},
"1.2.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