-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Implement XPending redis command #34519
Conversation
@RomainWilbert can you've a look at this? |
Great job ! I think this covers any xpending use case |
This comment has been minimized.
This comment has been minimized.
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.
the code change lgtm,thanks @cescoffier. I've however one question/suggestion. Let me know what you think @cescoffier
...c/main/java/io/quarkus/redis/runtime/datasource/ReactiveTransactionalStreamCommandsImpl.java
Outdated
Show resolved
Hide resolved
950a7d1
to
41541cc
Compare
...lient/runtime/src/test/java/io/quarkus/redis/datasource/TransactionalStreamCommandsTest.java
Outdated
Show resolved
Hide resolved
...c/main/java/io/quarkus/redis/runtime/datasource/ReactiveTransactionalStreamCommandsImpl.java
Outdated
Show resolved
Hide resolved
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.
lgtm, thanks @cescoffier
I left two suggestions.
41541cc
to
d40c81c
Compare
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. |
Fix #34411.