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/3054
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 39 files changed
  • 3 contributors

Commits on Feb 7, 2025

  1. Prepare issue branch

    christophstrobl committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    d28764f View commit details
    Browse the repository at this point in the history
  2. Introduce Hash Field Expiration to the Spring Data Redis framework

    Signed-off-by: Tihomir Mateev <[email protected]>
    tishun authored and christophstrobl committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    c13c38e View commit details
    Browse the repository at this point in the history
  3. Guard Tests

    Make sure tests do not run when targeting older server versions.
    christophstrobl committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    b03bc2d View commit details
    Browse the repository at this point in the history
  4. Introduce dedicated objects for time to live and status changes.

    This commit introduces several value objects capturing keys and their respective time to live/status change values.
    christophstrobl committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    fa81f5e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Configuration menu
    Copy the full SHA
    f5239b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Configuration menu
    Copy the full SHA
    8c5e3a2 View commit details
    Browse the repository at this point in the history
  2. Polishing.

    Introduce command variants with Condition to avoid duplicate expireHashField(…) implementations. Move expireHashField to default method and rename it to applyExpiration(…). Rename Expiration to TimeToLive and methods to getTimeToLive(…).
    
    Fix since tags.
    mp911de committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    7f39778 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Polishing.

    mp911de committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    c3c1e46 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Polishing.

    Extract BoundHashFieldExpirationOperations to provide a fluent way of interacting with expirations on BoundHashOps and RedisMap.
    mp911de committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    d750240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdefb2e View commit details
    Browse the repository at this point in the history
  3. Polishing.

    mp911de committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    b346d71 View commit details
    Browse the repository at this point in the history
  4. Add missing test guards.

    mp911de committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    552458d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Configuration menu
    Copy the full SHA
    d9a213a View commit details
    Browse the repository at this point in the history
Loading