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
9b53cb28
Unverified
Commit
9b53cb28
authored
May 09, 2023
by
tison
Committed by
GitHub
May 08, 2023
Browse files
Correct zrangeGenericCommand comment (#12136)
Fix incorrect documentation about the arguments of ZRANGE commands
parent
03d50e0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_zset.c
View file @
9b53cb28
...
@@ -3563,7 +3563,7 @@ void zrevrangebylexCommand(client *c) {
...
@@ -3563,7 +3563,7 @@ void zrevrangebylexCommand(client *c) {
/**
/**
* This function handles ZRANGE and ZRANGESTORE, and also the deprecated
* This function handles ZRANGE and ZRANGESTORE, and also the deprecated
* Z[REV]RANGE[BY
POS
|BYLEX] commands.
* Z[REV]RANGE[BY
SCORE
|BYLEX] commands.
*
*
* The simple ZRANGE and ZRANGESTORE can take _AUTO in rangetype and direction,
* The simple ZRANGE and ZRANGESTORE can take _AUTO in rangetype and direction,
* other command pass explicit value.
* other command pass explicit value.
...
...
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