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.10.0
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.1
Choose a head ref
  • 2 commits
  • 23 files changed
  • 2 contributors

Commits on Mar 19, 2026

  1. fix(cluster): lazily start sharded subscribers (#2090)

    * fix(cluster): lazily start sharded subscribers
    
    * fix(cluster): ignore late sharded subscriber start after stop
    
    * test: split sharded pub/sub scenario coverage into focused suites
    
    * test: make sharded pubsub recovery assertions less timing-sensitive
    
    * fix: avoid duplicate sharded subscriber start handlers
    
    * test: increase waitForAssertion timeout
    
    * fix: rebuild sharded subscriber slots after stop
    
    * fix: avoid duplicate sharded subscriber starts
    PavelPashov authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    4f167bb View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.10.1 [skip ci]

    ## [5.10.1](v5.10.0...v5.10.1) (2026-03-19)
    
    ### Bug Fixes
    
    * **cluster:** lazily start sharded subscribers ([#2090](#2090)) ([4f167bb](4f167bb))
    ioredis-robot authored and semantic-release-bot committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    9e26f8b View commit details
    Browse the repository at this point in the history
Loading