Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spring-projects/spring-data-redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: spring-projects/spring-data-redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: issue/3250
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 18 files changed
  • 3 contributors

Commits on Dec 1, 2025

  1. 3250 - Prepare branch

    onobc committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    2bb5696 View commit details
    Browse the repository at this point in the history
  2. Expand bitwise operations with DIFF, DIFF1, ANDOR, ONE.

    Original pull request #3250
    Closes #3250
    
    Signed-off-by: viktoriya.kutsarova <viktoriya.kutsarova@redis.com>
    viktoriya-kutsarova authored and onobc committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    1dda167 View commit details
    Browse the repository at this point in the history
  3. Polishing.

    Add author tags and issue number comment for new tests.
    
    See #3250
    
    Signed-off-by: Chris Bono <chris.bono@broadcom.com>
    onobc committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    ccb19cb View commit details
    Browse the repository at this point in the history
  4. Polishing.

    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
    mp911de authored and onobc committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    cca675e View commit details
    Browse the repository at this point in the history
Loading