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.8.1
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.8.2
Choose a head ref
  • 5 commits
  • 26 files changed
  • 4 contributors

Commits on Oct 13, 2025

  1. fix: default IP family selection to 0 (#2028)

    A 30th birthday gift to IPv6.
    
    Closes: #2026
    slagiewka authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    fb082d6 View commit details
    Browse the repository at this point in the history
  2. docs(example): add example for setting TTL to "HSET Field" (#2027)

    * Example for setting TTL to "HSET Field"
    
    would make sense to have an example here.
    
    * docs(example): add better httl examples
    ironnicko authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    44c2df6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Configuration menu
    Copy the full SHA
    b179039 View commit details
    Browse the repository at this point in the history
  2. fix: move CLIENT SETINFO commands to connection handshake (#2033)

    * refactor: move CLIENT SETINFO commands to connection handshake
    
    * test: add client setinfo autopipelining and reconnectOnError tests
    
    * refactor: remove setInfo from Condition
    PavelPashov authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    fcbbbe8 View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.8.2 [skip ci]

    ## [5.8.2](v5.8.1...v5.8.2) (2025-10-21)
    
    ### Bug Fixes
    
    * default IP family selection to 0 ([#2028](#2028)) ([fb082d6](fb082d6)), closes [#2026](#2026)
    * move CLIENT SETINFO commands to connection handshake ([#2033](#2033)) ([fcbbbe8](fcbbbe8))
    ioredis-robot authored and semantic-release-bot committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    d5f5b40 View commit details
    Browse the repository at this point in the history
Loading