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

add full support for all of the sorted set commands #31

Closed
72squared opened this issue Aug 9, 2024 · 0 comments
Closed

add full support for all of the sorted set commands #31

72squared opened this issue Aug 9, 2024 · 0 comments
Assignees

Comments

@72squared
Copy link
Collaborator

There are a TON of commands for sorted sets. Very popular data type with lots of use-cases. Here are all the functions in Lettuce:

  • bzmpop
  • bzpopmin
  • bzpopmax
  • zadd
  • zaddincr
  • zcard
  • zcount
  • zdiff
  • zdiffstore
  • zdiffWithScores
  • zincrby
  • zinter
  • zintercard
  • zinterWithScores
  • zinterstore
  • zlexcount
  • zlexcount
  • zmscore
  • zmpop
  • zpopmin
  • zpopmax
  • zrandmember
  • zrandmemberWithScores
  • zrange
  • zrangeWithScores
  • zrangebylex
  • zrangebyscore
  • zrangebyscoreWithScores
  • zrangestore
  • zrangestorebylex
  • zrangestorebyscore
  • zrank
  • zrankWithScore
  • zrem
  • zremrangebylex
  • zremrangebyrank
  • zremrangebyscore
  • zrevrange
  • zrevrangeWithScores
  • zrevrangebylex
  • zrevrangebyscore
  • zrevrangebyscoreWithScores
  • zrevrangestore
  • zrevrangestorebylex
  • zrevrangestorebyscore
  • zrevrank
  • zrevrankWithScore
  • zscan
  • zscore
  • zunion
  • zunionWithScores
  • zunionstore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant