Skip to content

Commit

Permalink
sorted-sets.md, remove ref to Redis OSS 2.8, valkey-io#135
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Söderqvist <[email protected]>
  • Loading branch information
zuiderkwast committed Jun 19, 2024
1 parent 3b0f663 commit ff0ce4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions topics/sorted-sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ the elements sorted in a descending way.

### Lexicographical scores

In version Redis OSS 2.8, a new feature was introduced that allows
A family of commands allow
getting ranges lexicographically, assuming elements in a sorted set are all
inserted with the same identical score (elements are compared with the C
inserted with the same identical score. Elements are compared with the C
`memcmp` function, so it is guaranteed that there is no collation, and every
Valkey instance will reply with the same output).
Valkey instance will reply with the same output.

The main commands to operate with lexicographical ranges are `ZRANGEBYLEX`,
`ZREVRANGEBYLEX`, `ZREMRANGEBYLEX` and `ZLEXCOUNT`.
Expand Down

0 comments on commit ff0ce4c

Please sign in to comment.