Download Latest Version v6.0.0 source code.zip (2.6 MB)
Email in envelope

Get an email when there's a new version of ioredis

Home / v6.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-31 3.2 kB
v6.0.0 source code.tar.gz 2026-07-31 2.4 MB
v6.0.0 source code.zip 2026-07-31 2.6 MB
Totals: 3 Items   5.0 MB 3

6.0.0 (2026-07-31)

Bug Fixes

  • clear stale socket timeout on reconnect (#2148) (6455dbe)
  • cluster: recreate stale connection on circular MOVED (#2135) (08c8967)
  • cluster: validate MOVED slot to prevent Array.prototype pollution (#2151) (9618206), closes #1267
  • command: serialize large integer arguments in decimal notation (#2136) (09b8d04)
  • redis: keep reconnecting when connection closes during client setup (#2099) (#2123) (f9a66bc)
  • sentinel: preserve zero preferred slave priority (#2129) (a3f9f2d)
  • tracing: redact values for GETSET and PSETEX (#2134) (832765d)
  • types: export ScanStreamOptions, RedisStatus and ClusterStatus (#2158) (cf3bf71)

Features

BREAKING CHANGES

  • ioredis now requires Node.js 20 or newer and uses RESP3 by default. Set protocol: 2 to retain the v5 wire protocol.
Source: README.md, updated 2026-07-31