-
Notifications
You must be signed in to change notification settings - Fork 53
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
Node - Added BLPOP command #1223
Node - Added BLPOP command #1223
Conversation
We have an issue with the current wrapper handling for blocking commands. ATM, commands are being timed out on the wrapper based on the client's request_timeout configuration, rather than on the passed timeout through the command arguments. |
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.
Add transaction test in TestUtilities.ts
Please pull latest commit #1283 |
21ab3f0
to
21dd208
Compare
6638bd8
to
16ace2e
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.
we will need to rebase again to resolve conflicts
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
dbd900a
to
450cc1d
Compare
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
@barshaul, @shohamazon |
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
…lide-for-redis into node/integ_aarzola_add_blpop Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
* Node - Added BLPOP command * Addressed PR comments * Ran prettier * Added unit test and ran prettier * PR comments. Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com> * Added same-slot requirement for BLPOP and addressed PR comments * Fixed branch conflicts * Addressed PR commands * Update docs and test, fix merge errors. Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com> * Update doc. Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com> --------- Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com> Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com> Co-authored-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
* Node - Added BLPOP command * Addressed PR comments * Ran prettier * Added unit test and ran prettier * PR comments. Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com> * Added same-slot requirement for BLPOP and addressed PR comments * Fixed branch conflicts * Addressed PR commands * Update docs and test, fix merge errors. Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com> * Update doc. Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com> --------- Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com> Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com> Co-authored-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Description of changes:
Added BLPOP command to the Node code
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.