Expand bitwise operations with DIFF, DIFF1, ANDOR, ONE.#3250
Closed
viktoriya-kutsarova wants to merge 1 commit into
Closed
Expand bitwise operations with DIFF, DIFF1, ANDOR, ONE.#3250viktoriya-kutsarova wants to merge 1 commit into
viktoriya-kutsarova wants to merge 1 commit into
Conversation
vchomakov
reviewed
Oct 28, 2025
a86d3aa to
5635dac
Compare
Signed-off-by: viktoriya.kutsarova <viktoriya.kutsarova@redis.com>
5635dac to
ace7c40
Compare
onobc
added a commit
that referenced
this pull request
Nov 6, 2025
Add author tags and issue number comment for new tests. See #3250 Signed-off-by: Chris Bono <chris.bono@broadcom.com>
Contributor
|
Thanks for the excellent contribution @viktoriya-kutsarova . Since Closing in favor of 7e21112. |
Member
|
Let's keep the PR open for planning visibility. |
mp911de
added a commit
that referenced
this pull request
Nov 7, 2025
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
onobc
added a commit
that referenced
this pull request
Dec 1, 2025
Add author tags and issue number comment for new tests. See #3250 Signed-off-by: Chris Bono <chris.bono@broadcom.com>
onobc
pushed a commit
that referenced
this pull request
Dec 1, 2025
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
onobc
added a commit
to onobc/spring-data-redis
that referenced
this pull request
Dec 9, 2025
Add author tags and issue number comment for new tests. Original pull request spring-projects#3250 Signed-off-by: Chris Bono <chris.bono@broadcom.com>
onobc
pushed a commit
to onobc/spring-data-redis
that referenced
this pull request
Dec 9, 2025
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. Original pull request spring-projects#3250
christophstrobl
added a commit
that referenced
this pull request
Dec 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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