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 SortedSet #65

Open
tuhuynh27 opened this issue Dec 11, 2021 · 1 comment · Fixed by #79
Open

Implement SortedSet #65

tuhuynh27 opened this issue Dec 11, 2021 · 1 comment · Fixed by #79
Assignees
Labels
help wanted Extra attention is needed
Milestone

Comments

@tuhuynh27
Copy link
Member

Implements Redis SortedSet, can refer to some List PR (#54) or Hash PR (#55), you can check the PR and do the same for SortedSet.

Can use Java's TreeMap to implement SortedSet.

@tuhuynh27 tuhuynh27 added the help wanted Extra attention is needed label Dec 11, 2021
@the123saurav
Copy link
Contributor

Hi @tuhuynh27 requesting you to assign this to me.
Thanks.

@tuhuynh27 tuhuynh27 added this to the RC Release milestone Dec 11, 2021
@the123saurav the123saurav linked a pull request Dec 16, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants