-
Notifications
You must be signed in to change notification settings - Fork 0
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
Java: Added Zpopmin command. (Sorted Set Commands) #150
Java: Added Zpopmin command. (Sorted Set Commands) #150
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. Minor comments.
java/client/src/main/java/glide/api/commands/SortedSetBaseCommands.java
Outdated
Show resolved
Hide resolved
@@ -1241,6 +1242,43 @@ public T zcard(@NonNull String key) { | |||
return getThis(); | |||
} | |||
|
|||
/** | |||
* Removes and returns up to <code>count</code> members with the lowest scores from the sorted set |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bit confused as to what you are referring to.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make it match: SortedSetBaseCommands.java documentation
e1c5b31
into
java/integ_SanH_add_Zpopmin
* Java: Added Zpopmin command. (Sorted Set Commands) (#150)
* Java: Added Zpopmin command. (Sorted Set Commands) (#150)
No description provided.