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/node-redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: json@5.8.1
Choose a base ref
...
head repository: redis/node-redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: json@5.8.2
Choose a head ref
  • 14 commits
  • 25 files changed
  • 5 contributors

Commits on Aug 13, 2025

  1. Release search@5.8.1

    actions-user committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    603fa71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e6c78 View commit details
    Browse the repository at this point in the history
  3. Release entraid@5.8.1

    actions-user committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    4e5e31d View commit details
    Browse the repository at this point in the history
  4. Release redis@5.8.1

    actions-user committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    cafdc63 View commit details
    Browse the repository at this point in the history
  5. docs: Clustering sendCommand docs (#3053)

    We noticed that `sendCommand()` takes different arguments for clusters vs clients, and I wanted to document the differences. I think I got it correct, but please review closely just to be sure.
    nfriedly authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    746e9b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. fix: Stop erasing ErrorReply stack (#3050)

    It was very difficult to debug `ErrorReply` errors due to `error.stack` being erased.
    Given this restores standard JS Error behaviour, I have not added any tests.
    dxg authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    82847fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fceb609 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. fix(ts): xtrim threshold accepts string (#3058)

    * fix(ts): xtrim threshold accepts string
    
    * test: check MINID with text id
    Eomm authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    ed6aca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5423b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. fix(sentinel): properly pass reconnectStrategy (#3063)

    Properly pass reconnectStrategy to master/replica nodes.
    Before that strategies passed in the nodeClientOptions.socket
    object were ignored.
    
    fixes #3061
    nkaradzhov authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    e347d56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9a5d36 View commit details
    Browse the repository at this point in the history
  3. Release client@5.8.2

    actions-user committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    2e66012 View commit details
    Browse the repository at this point in the history
  4. Release bloom@5.8.2

    actions-user committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    0a5d076 View commit details
    Browse the repository at this point in the history
  5. Release json@5.8.2

    actions-user committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    5e575b9 View commit details
    Browse the repository at this point in the history
Loading