From d780e33f944071e00223df97aa4d37636d2e856e Mon Sep 17 00:00:00 2001 From: Elias Obeid Date: Tue, 7 Nov 2023 11:47:11 +0100 Subject: [PATCH] Update ZRANK WITHSCORE resp2 & resp3_replies.json --- resp2_replies.json | 6 +++--- resp3_replies.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resp2_replies.json b/resp2_replies.json index cf187b833e..fb590709cc 100644 --- a/resp2_replies.json +++ b/resp2_replies.json @@ -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." @@ -1315,4 +1315,4 @@ "ZUNIONSTORE": [ "[Integer reply](/docs/reference/protocol-spec#integers): the number of elements in the resulting sorted set." ] -} \ No newline at end of file +} diff --git a/resp3_replies.json b/resp3_replies.json index cb8da478bc..addd0867dc 100644 --- a/resp3_replies.json +++ b/resp3_replies.json @@ -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." @@ -1380,4 +1380,4 @@ "ZUNIONSTORE": [ "[Integer reply](/docs/reference/protocol-spec#integers): the number of elements in the resulting sorted set." ] -} \ No newline at end of file +}