Implement SortedSet
Open
help wanted
- Dominant language
- Java
- Stars
- 109
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Implements [Redis SortedSet](https://redis.io/commands#sorted_set), 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.
Contributor guide
Assessment
This issue has not been assessed yet.