Fix ZRANK/ZREVRANK reply_schema description (#12331)
The parameter name is WITHSCORE instead of WITHSCORES.
This commit is contained in:
parent
13e17e94d8
commit
d306d86146
@ -47,11 +47,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "The rank of the member when 'WITHSCORES' is not used."
|
"description": "The rank of the member when 'WITHSCORE' is not used."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "The rank and score of the member when 'WITHSCORES' is used.",
|
"description": "The rank and score of the member when 'WITHSCORE' is used.",
|
||||||
"minItems": 2,
|
"minItems": 2,
|
||||||
"maxItems": 2,
|
"maxItems": 2,
|
||||||
"items": [
|
"items": [
|
||||||
|
@ -47,11 +47,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "The rank of the member when 'WITHSCORES' is not used."
|
"description": "The rank of the member when 'WITHSCORE' is not used."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "The rank and score of the member when 'WITHSCORES' is used.",
|
"description": "The rank and score of the member when 'WITHSCORE' is used.",
|
||||||
"minItems": 2,
|
"minItems": 2,
|
||||||
"maxItems": 2,
|
"maxItems": 2,
|
||||||
"items": [
|
"items": [
|
||||||
|
@ -450,7 +450,7 @@ start_server {tags {"zset"}} {
|
|||||||
assert_equal $nullres [r zrevrank zranktmp foo]
|
assert_equal $nullres [r zrevrank zranktmp foo]
|
||||||
r readraw 0
|
r readraw 0
|
||||||
|
|
||||||
# withscores
|
# withscore
|
||||||
set nullres {*-1}
|
set nullres {*-1}
|
||||||
if {$::force_resp3} {
|
if {$::force_resp3} {
|
||||||
set nullres {_}
|
set nullres {_}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user