Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ZRANK WITHSCORE reference in resp2 & resp3_replies.json #2596

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions resp2_replies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1271,8 +1271,8 @@
"ZRANK": [
"One of the following:",
"* [Nil reply](/docs/reference/protocol-spec#bulk-strings): if the key does not exist or the member does not exist in the sorted set.",
"* [Integer reply](/docs/reference/protocol-spec#integers): the rank of the member when _WITHSCORES_ is not used.",
"* [Array reply](/docs/reference/protocol-spec#arrays): the rank and score of the member when _WITHSCORES_ is used."
"* [Integer reply](/docs/reference/protocol-spec#integers): the rank of the member when _WITHSCORE_ is not used.",
"* [Array reply](/docs/reference/protocol-spec#arrays): the rank and score of the member when _WITHSCORE_ is used."
],
"ZREM": [
"[Integer reply](/docs/reference/protocol-spec#integers): the number of members removed from the sorted set, not including non-existing members."
Expand Down Expand Up @@ -1315,4 +1315,4 @@
"ZUNIONSTORE": [
"[Integer reply](/docs/reference/protocol-spec#integers): the number of elements in the resulting sorted set."
]
}
}
6 changes: 3 additions & 3 deletions resp3_replies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1336,8 +1336,8 @@
"ZRANK": [
"One of the following:",
"* [Null reply](/docs/reference/protocol-spec#nulls): if the key does not exist or the member does not exist in the sorted set.",
"* [Integer reply](/docs/reference/protocol-spec#integers): the rank of the member when _WITHSCORES_ is not used.",
"* [Array reply](/docs/reference/protocol-spec#arrays): the rank and score of the member when _WITHSCORES_ is used."
"* [Integer reply](/docs/reference/protocol-spec#integers): the rank of the member when _WITHSCORE_ is not used.",
"* [Array reply](/docs/reference/protocol-spec#arrays): the rank and score of the member when _WITHSCORE_ is used."
],
"ZREM": [
"[Integer reply](/docs/reference/protocol-spec#integers): the number of members removed from the sorted set, not including non-existing members."
Expand Down Expand Up @@ -1380,4 +1380,4 @@
"ZUNIONSTORE": [
"[Integer reply](/docs/reference/protocol-spec#integers): the number of elements in the resulting sorted set."
]
}
}