Skip to content
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

Closed
wants to merge 4 commits into from
Closed

Conversation

jduo
Copy link

@jduo jduo commented Jun 28, 2024

No description provided.

@jduo
Copy link
Author

jduo commented Jun 28, 2024

This is pointing to the dev branch for zscan (which includes sscan) temporarily.

@jduo jduo changed the base branch from python/dev_guiang_sscan to java/integ_guiang_sscan June 28, 2024 17:44
@jduo jduo changed the base branch from java/integ_guiang_sscan to dev_guiang_zscan June 28, 2024 17:45
@jduo
Copy link
Author

jduo commented Jun 28, 2024

The NOVALUES flag was added in Redis 7.2.5 but not marked as such. We will not implement this for now.

@jduo jduo marked this pull request as ready for review June 28, 2024 18:21
@jduo jduo force-pushed the java/dev_jduo_hscan branch from 1c60c2b to 57505dc Compare June 28, 2024 18:38
@jduo jduo force-pushed the dev_guiang_zscan branch from f6ebffa to 34ab37f Compare June 28, 2024 22:47
* and ZSCAN).
*/
@SuperBuilder
public abstract class ScanOptions {

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.

Copy link
Author

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

@jduo jduo force-pushed the java/dev_jduo_hscan branch 3 times, most recently from e8bb5ad to 5c26630 Compare June 29, 2024 01:22
@jduo jduo changed the base branch from dev_guiang_zscan to java/integ_guiang_sscan June 29, 2024 01:23
@jduo jduo force-pushed the java/integ_guiang_sscan branch from 4ac1fb1 to db453b2 Compare June 29, 2024 01:44
@jduo jduo force-pushed the java/dev_jduo_hscan branch 2 times, most recently from 4973082 to 5df2e0b Compare June 29, 2024 02:02
@jduo jduo force-pushed the java/dev_jduo_hscan branch from 5df2e0b to fe1493a Compare June 29, 2024 02:11
@GumpacG
Copy link

GumpacG commented Jun 29, 2024

Closing this as it is no longer necessary. valkey-io#1706

@GumpacG GumpacG closed this Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants