-
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: Add HSCAN command #401
Conversation
This is pointing to the dev branch for zscan (which includes sscan) temporarily. |
The NOVALUES flag was added in Redis 7.2.5 but not marked as such. We will not implement this for now. |
java/client/src/main/java/glide/api/models/BaseTransaction.java
Outdated
Show resolved
Hide resolved
java/integTest/src/test/java/glide/TransactionTestUtilities.java
Outdated
Show resolved
Hide resolved
1c60c2b
to
57505dc
Compare
* and ZSCAN). | ||
*/ | ||
@SuperBuilder | ||
public abstract class ScanOptions { |
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.
would you be able to rename to BaseScanOptions? As per the description (that already calls it base class).
We can then add ScanOptions for the Scan command itself.
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.
Sure. Did you want to do that here or in the ZScan PRs? Actually, do you want to put this in the same integration branch @acarbonetto
e8bb5ad
to
5c26630
Compare
4ac1fb1
to
db453b2
Compare
4973082
to
5df2e0b
Compare
5df2e0b
to
fe1493a
Compare
Closing this as it is no longer necessary. valkey-io#1706 |
No description provided.