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: redis/ioredis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.9.3
Choose a base ref
...
head repository: redis/ioredis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.10.0
Choose a head ref
  • 4 commits
  • 24 files changed
  • 2 contributors

Commits on Feb 26, 2026

  1. Configuration menu
    Copy the full SHA
    232e548 View commit details
    Browse the repository at this point in the history
  2. feat: add hexpireat & hexpiretime (#2082)

    * chore(deps): bump @ioredis/commands from 1.5.0 to 1.5.1
    
    * feat(hash): add hexpireat and hexpiretime typings with functional tests
    
    * fix: callbacks type
    PavelPashov authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    b38124f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. feat: add hash field expiration commands and tests

    * hgetdel
    * hgetex
    * hpersist
    * hpexpireat
    * hpexpiretime
    * hpttl
    * hsetex
    * httl
    PavelPashov authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    5219f9f View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.10.0 [skip ci]

    # [5.10.0](v5.9.3...v5.10.0) (2026-02-27)
    
    ### Features
    
    * add hash field expiration commands and tests ([5219f9f](5219f9f))
    * add hexpireat & hexpiretime ([#2082](#2082)) ([b38124f](b38124f))
    ioredis-robot authored and semantic-release-bot committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    623cee5 View commit details
    Browse the repository at this point in the history
Loading