Skip to content

Commit 5b514df

Browse files
authored
Update sorted-sets.md (#1594)
1 parent 5f01963 commit 5b514df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/data-types/sorted-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ the elements sorted in a descending way.
149149
> ZRANK racer_scores "Norem"
150150
(integer) 0
151151
> ZREVRANK racer_scores "Norem"
152-
(integer) 3
152+
(integer) 2
153153
{{< /clients-example >}}
154154

155155
### Lexicographical scores

0 commit comments

Comments
 (0)