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 BLPOP and BRPOP commands. #1218

Merged
merged 8 commits into from
Apr 4, 2024

Conversation

Yury-Fridlyand
Copy link
Collaborator

Issue #, if available:
N/A

Description of changes:
Add BLPOP and BRPOP commands to core and to java wrapper

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

* Add `BLPOP` and `BRPOP` commands.

Signed-off-by: Yury-Fridlyand <[email protected]>

* typo

Signed-off-by: Yury-Fridlyand <[email protected]>

* PR comments.

Signed-off-by: Yury-Fridlyand <[email protected]>

* Redis 6 fix.

Signed-off-by: Yury-Fridlyand <[email protected]>

* Increase timeout for standalone client.

Signed-off-by: Yury-Fridlyand <[email protected]>

---------

Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
@Yury-Fridlyand Yury-Fridlyand added the java issues and fixes related to the java client label Apr 2, 2024
@Yury-Fridlyand Yury-Fridlyand requested a review from a team as a code owner April 2, 2024 17:51
CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Yury-Fridlyand <[email protected]>
@@ -135,6 +135,7 @@ enum RequestType {
Rename = 91;
DBSize = 92;
Brpop = 93;
Blpop = 100;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why doesn't blpop have the consecutive number?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a number of PRs are pending with numbers in that range

@Elen-Ghulam Elen-Ghulam removed their assignment Apr 4, 2024
@acarbonetto
Copy link
Collaborator

@Yury-Fridlyand would you mind resolving conflicts?

@Yury-Fridlyand Yury-Fridlyand merged commit 334c864 into valkey-io:main Apr 4, 2024
44 of 45 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the java/integ_yuryf_BLPOP branch April 4, 2024 21:28
shohamazon pushed a commit to adanWattad/glide-for-redis that referenced this pull request Apr 9, 2024
* Add `BLPOP` and `BRPOP` commands. (valkey-io#174)

Signed-off-by: Yury-Fridlyand <[email protected]>
cyip10 pushed a commit to Bit-Quill/valkey-glide that referenced this pull request Jun 24, 2024
* Add `BLPOP` and `BRPOP` commands. (#174)

Signed-off-by: Yury-Fridlyand <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java issues and fixes related to the java client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants