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: [email protected]
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: [email protected]
Choose a head ref
  • 12 commits
  • 25 files changed
  • 6 contributors

Commits on Sep 12, 2025

  1. fix(cluster): prevent infinite loop (#3078)

    getRandomNode could end up in an infinite loop if
    this.masters is empty and this.replicas is empty.
    
    fixes: #3075
    nkaradzhov authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    6eed1ee View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. docs: update RedisJSON documentation link (#3079)

    * docs: update RedisJSON documentation link
    
    * docs: update RedisJSON path syntax documentation link
    Caiuriuller authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    073db12 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. refactor(test): improve test scenario reliability and maintainability (

    …#3077)
    
    * refactor(test): improve test scenario reliability and maintainability
    
    * tests: add resp3 check test (#1)
    
    * test: refactor connection handoff tests with enhanced spy utility (#2)
    
    * test: add comprehensive push notification disabled scenarios (#3)
    
    * tests: add params config tests (#4)
    
    * tests: add feature enablement tests (#5)
    
    ---------
    
    Co-authored-by: Nikolay Karadzhov <[email protected]>
    PavelPashov and nkaradzhov authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    b97bbbe View commit details
    Browse the repository at this point in the history
  2. Improve stale issue management workflow (#3082)

    **Added Dual-Tier Stale Policy:**
    
    - Standard timeline: Issues/PRs still follow 365→30 day cycle
    - Accelerated timeline: Issues with needs-information label now get 30→7 day cycle
    - Separate jobs handle each policy independently
    - Detailed messages explaining why items are marked stale and how to keep them open
    - Exempt labels: `no-stale`, `needs-information` (for standard policy)
    - Only `no-stale` exempt for PRs (`needs-info` doesn't apply)
    elena-kolevska authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    ed7b905 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. fix(init): option parsing (#3086)

    * refactor(maint): rename options
    
    * fix(init): option parsing
    
    * refactor(client): #options cannot be undefined
    nkaradzhov authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    e138cbd View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Configuration menu
    Copy the full SHA
    e7ff3b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55a4980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a91b66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8109cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87d0e4f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f37cba4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f33568e View commit details
    Browse the repository at this point in the history
Loading