-
Notifications
You must be signed in to change notification settings - Fork 70
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: Add command Zrangestore
. (Sorted Set Group) (#202)
#1276
Java: Add command Zrangestore
. (Sorted Set Group) (#202)
#1276
Conversation
b6284a6
to
3c3391c
Compare
java/client/src/main/java/glide/api/commands/SortedSetBaseCommands.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/SortedSetBaseCommands.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/SortedSetBaseCommands.java
Outdated
Show resolved
Hide resolved
Please rebase on main and update IT in |
java/client/src/main/java/glide/api/models/BaseTransaction.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/models/BaseTransaction.java
Outdated
Show resolved
Hide resolved
d1eb85b
to
f7f0759
Compare
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.
Please, resolve conflicts
@Test | ||
public void zrangestore_by_lex_returns_success() { | ||
// setup | ||
String source = "testSourceKey"; |
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.
With a fresh look I see it is an overkill for testing one command implemented by 2 functions.
Consider to create a set of UT for rangeoptions and reduce commands' UT. (in another PR)
The same applicable for zaddoptions and all others.
6d10f03
to
c7331f5
Compare
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.