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/2046-2
Choose a head ref
  • 5 commits
  • 19 files changed
  • 2 contributors

Commits on Aug 5, 2025

  1. Configuration menu
    Copy the full SHA
    304b2b6 View commit details
    Browse the repository at this point in the history
  2. Add IDLE argument to XPENDING command.

    Signed-off-by: Jeonggyu Choi <97666463+whatasame@users.noreply.github.com>
    whatasame authored and christophstrobl committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    b74693f View commit details
    Browse the repository at this point in the history
  3. Fix after rebase

    christophstrobl committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    7c0d5b2 View commit details
    Browse the repository at this point in the history
  4. Move options over to reuse imperative ones

    # Conflicts:
    #	src/main/java/org/springframework/data/redis/connection/ReactiveStreamCommands.java
    #	src/main/java/org/springframework/data/redis/connection/RedisStreamCommands.java
    #	src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStreamCommands.java
    #	src/main/java/org/springframework/data/redis/connection/lettuce/LettuceStreamCommands.java
    #	src/test/java/org/springframework/data/redis/connection/RedisStreamCommandsUnitTests.java
    #	src/test/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStreamCommandsIntegrationTests.java
    christophstrobl committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    e1be2b6 View commit details
    Browse the repository at this point in the history
  5. hacking part II

    christophstrobl committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    5a95155 View commit details
    Browse the repository at this point in the history
Loading