-
Notifications
You must be signed in to change notification settings - Fork 59
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
Java: Add BLPOP
and BRPOP
commands.
#1218
Conversation
* 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]>
java/integTest/src/test/java/glide/TransactionTestUtilities.java
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; |
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.
Why doesn't blpop
have the consecutive number?
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.
There is a number of PRs are pending with numbers in that range
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
@Yury-Fridlyand would you mind resolving conflicts? |
Signed-off-by: Yury-Fridlyand <[email protected]>
* Add `BLPOP` and `BRPOP` commands. (valkey-io#174) Signed-off-by: Yury-Fridlyand <[email protected]>
* Add `BLPOP` and `BRPOP` commands. (#174) Signed-off-by: Yury-Fridlyand <[email protected]>
Issue #, if available:
N/A
Description of changes:
Add
BLPOP
andBRPOP
commands to core and to java wrapperBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.