Skip to content
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

Feature: Support for hash field expiration #2716

Merged
merged 16 commits into from
Aug 17, 2024

Commits on May 17, 2024

  1. support for hash field expiration

    HEXPIRE, HPEXPIRE, HPEXPIREAT, HPEXPIREAT
    
    hashfieldtest refactor
    
    code format + unit tests refactored
    atakavci committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4e3fa3a View commit details
    Browse the repository at this point in the history
  2. add FIELDS

    atakavci committed May 17, 2024
    Configuration menu
    Copy the full SHA
    9b0baec View commit details
    Browse the repository at this point in the history
  3. support for hash field expiration

    HPEXPIRETIME, HPTTL, HPERSIST, HGETF, HSETF
    atakavci committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1ae4d4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dbb7af View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 24, 2024

  1. pruning HSET and HGETF

    atakavci committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8cb0c69 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    f312d6e View commit details
    Browse the repository at this point in the history
  2. get rid of HashFieldFlags

    atakavci committed May 31, 2024
    Configuration menu
    Copy the full SHA
    517404e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47c0ff5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    c437953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e873fc View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

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

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    a2f734e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e23bfa View commit details
    Browse the repository at this point in the history
  3. Cleanup

    NickCraver committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    8764546 View commit details
    Browse the repository at this point in the history
  4. Add release notes

    NickCraver committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    7626781 View commit details
    Browse the repository at this point in the history