-
-
Notifications
You must be signed in to change notification settings - Fork 11
Implement SortedSet #65
Copy link
Copy link
Open
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
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
TreeMapto implement SortedSet.