Immutable
release. Only release title and notes can be modified.
11.0.0 (2026-09-02)
- chore!: upgrade ioredis to v6 (569893a)
Bug Fixes
BREAKING CHANGES
- ioredis 6 uses RESP3 by default (set
protocol: 2on a
connection to keep the v5 wire protocol), switches the default
retryStrategy to exponential backoff with jitter, enables TCP keepAlive
at 30s, and requires Node.js 20 or newer. Packages that consume
ioConnectionmust be on the same ioredis major.
Full Changelog: v10.0.1...v11.0.0