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: redis@5.1.0
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: redis@5.1.1
Choose a head ref
  • 19 commits
  • 19 files changed
  • 4 contributors

Commits on May 20, 2025

  1. udpate package-lock.json

    nkaradzhov committed May 20, 2025
    Configuration menu
    Copy the full SHA
    b8acbce View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. fix(handshake): ignore errors on client.setinfo (#2969)

    As per the documentation (https://redis.io/docs/latest/commands/client-setinfo):
    
    Client libraries are expected to pipeline this command after authentication on all connections and ignore failures since they could be connected to an older version that doesn't support them.
    
    Turns out different versions of redis server return different errors, so its better to catch all.
    
    fixes #2968
    nkaradzhov authored May 21, 2025
    Configuration menu
    Copy the full SHA
    9ea260f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. fix(cluster): replace native private with _ (#2971)

    Private class fields (e.g., #execute) cause runtime errors when accessed from contexts where `this` is not the exact instance, triggering “Receiver must be an instance of class RedisCluster”.
    
    fixes #2967
    nkaradzhov authored May 22, 2025
    Configuration menu
    Copy the full SHA
    27537b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    065eb5e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Adapt legacy sentinel tests to use the new test utils (#2976)

    * modified legacy sentinel tests
    
    * Adapt legacy sentinel tests to use the new test utils
    
    * modify tmpdir creation
    
    * reduced sentinel config timeouts, removed unneeded comment
    
    ---------
    
    Co-authored-by: H. Temelski <hristo.temelski@redis.com>
    htemelski and htemelski-redis authored May 27, 2025
    Configuration menu
    Copy the full SHA
    f346bad View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Configuration menu
    Copy the full SHA
    708b22f View commit details
    Browse the repository at this point in the history
  2. Release client@5.1.1

    nkaradzhov committed May 28, 2025
    Configuration menu
    Copy the full SHA
    4b939a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd6f764 View commit details
    Browse the repository at this point in the history
  4. Release bloom@5.1.1

    nkaradzhov committed May 28, 2025
    Configuration menu
    Copy the full SHA
    3b03ced View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    566b16e View commit details
    Browse the repository at this point in the history
  6. Release entraid@5.1.1

    nkaradzhov committed May 28, 2025
    Configuration menu
    Copy the full SHA
    e4d903c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e68b5de View commit details
    Browse the repository at this point in the history
  8. Release json@5.1.1

    nkaradzhov committed May 28, 2025
    Configuration menu
    Copy the full SHA
    8c7b384 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2213d8 View commit details
    Browse the repository at this point in the history
  10. Release search@5.1.1

    nkaradzhov committed May 28, 2025
    Configuration menu
    Copy the full SHA
    13566cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d178b78 View commit details
    Browse the repository at this point in the history
  12. Release time-series@5.1.1

    nkaradzhov committed May 28, 2025
    Configuration menu
    Copy the full SHA
    d438022 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d374514 View commit details
    Browse the repository at this point in the history
  14. Release redis@5.1.1

    nkaradzhov committed May 28, 2025
    Configuration menu
    Copy the full SHA
    e4a1ca4 View commit details
    Browse the repository at this point in the history
Loading