Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

ZRANGE needs new signatures #31

Open
vincentjames501 opened this issue Sep 20, 2022 · 0 comments
Open

ZRANGE needs new signatures #31

vincentjames501 opened this issue Sep 20, 2022 · 0 comments

Comments

@vincentjames501
Copy link

ZRANGEBYLEX and ZRANGEBYSCORE are deprecated and recommend the following:

https://redis.io/commands/zrange/

ZRANGE key start stop [BYSCORE | BYLEX] [REV] [LIMIT offset count]
  [WITHSCORES]

There should probably be new functions/signatures of the zrange calls to support the above argument permutations.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant