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

implement a bunch of sorted set commands, first pass. #32

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

72squared
Copy link
Collaborator

There are still quite a few commands left to be implemented but they are less commonly used. I will take them on in a subsequent MR. This one is already getting pretty big.

@72squared
Copy link
Collaborator Author

This addresses about half of the work mentioned in #31

def zRankWithScore(key: K, value: V): Future[Option[ScoreWithValue[Long]]]

/**
* Determine the index of a member in a sorted set, with the score
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor : I think this method would only return the index

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed the docs.

@72squared 72squared merged commit 2e4aced into main Aug 14, 2024
3 checks passed
@72squared 72squared deleted the jl-sorted-set-pt1 branch September 4, 2024 18:16
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

Successfully merging this pull request may close these issues.

2 participants