-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand bitwise operations with DIFF, DIFF1, ANDOR, ONE. #3250
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
base: main
Are you sure you want to change the base?
Expand bitwise operations with DIFF, DIFF1, ANDOR, ONE. #3250
Conversation
bobymicroby
left a comment
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
src/main/java/org/springframework/data/redis/connection/ReactiveStringCommands.java
Outdated
Show resolved
Hide resolved
a86d3aa to
5635dac
Compare
Signed-off-by: viktoriya.kutsarova <viktoriya.kutsarova@redis.com>
5635dac to
ace7c40
Compare
Add author tags and issue number comment for new tests. See #3250 Signed-off-by: Chris Bono <chris.bono@broadcom.com>
|
Thanks for the excellent contribution @viktoriya-kutsarova . Since Closing in favor of 7e21112. |
|
Let's keep the PR open for planning visibility. |
Add since tags, extract KeyUtil to replace duplicate calls to Arrays.copyOfRange(…) to split a concatenated list of elements into the first and remaining elements. See #3250
This change introduces the support for expanded bitwise operations as BITOP DIFF, DIFF1, ANDOR, ONE as part of the features provided by the spring-data-redis project.
As part of the change the following expanded operations would be made available:
The expanded operations are available as part of the following interfaces:
This feature is available starting from Redis OSS version 8.2.x and later