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 sorted set cache methods #168

Closed
nand4011 opened this issue Feb 15, 2024 · 1 comment
Closed

Add sorted set cache methods #168

nand4011 opened this issue Feb 15, 2024 · 1 comment
Assignees

Comments

@nand4011
Copy link
Contributor

nand4011 commented Feb 15, 2024

The Rust SDK does not support the following sorted set cache methods:

  • sortedSetFetchByRank
  • sortedSetFetchByScore
  • sortedSetLength
  • sortedSetLengthByScore
  • sortedSetGetScores
  • sortedSetIncrementScore
  • sortedSetPutElement
  • sortedSetPutElements
  • sortedSetRemoveElement
  • sortedSetRemoveElements

The sorted set fetch logic also needs to be updated, as per #135

@cprice404 cprice404 changed the title Add unimplemented sorted set cache methods Add examples of a few sorted set cache methods Mar 11, 2024
@cprice404 cprice404 changed the title Add examples of a few sorted set cache methods Add sorted set cache methods Mar 11, 2024
@anitarua anitarua assigned anitarua and unassigned nand4011 Apr 30, 2024
@anitarua anitarua removed the next up label Apr 30, 2024
@anitarua
Copy link
Contributor

To round out the sorted set methods and close this ticket, I'll implement:

  • length
  • get rank
  • get score
  • remove elements

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

3 participants