momentohq/client-sdk-rust

Add sorted set cache methods

Closed this issue · 1 comments

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

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

  • length
  • get rank
  • get score
  • remove elements