-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add support for XCLAIM in StreamOperations #2465
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
Labels
Milestone
Comments
zielarz25
added a commit
to zielarz25/spring-data-redis
that referenced
this issue
Nov 26, 2022
4 tasks
jxblum
pushed a commit
to jxblum/spring-data-redis
that referenced
this issue
Mar 3, 2023
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Mar 3, 2023
Closes spring-projects#2466 See spring-projects#2465
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Mar 3, 2023
Closes spring-projects#2466 See spring-projects#2465
jxblum
pushed a commit
to jxblum/spring-data-redis
that referenced
this issue
Mar 3, 2023
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Mar 3, 2023
Closes spring-projects#2466 See spring-projects#2465
jxblum
pushed a commit
to jxblum/spring-data-redis
that referenced
this issue
Mar 3, 2023
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Mar 3, 2023
Closes spring-projects#2466 See spring-projects#2465
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
XCLAIM operation was implemented in https://jira.spring.io/browse/DATAREDIS-1084 as a part of RedisStreamCommands, however is not accessible in StreamOperations (rel: #1688) what forces users to use complex low-level constructs like
It would be much more convenient to have a possibility to call high-level stream ops
like for many other commands, especially while
operation exists and is usually needed in the same scenarios.
The text was updated successfully, but these errors were encountered: