Skip to content

Releases: redis/ioredis

v5.7.0

31 Jul 10:23
Compare
Choose a tag to compare

5.7.0 (2025-07-31)

Bug Fixes

Features

v5.6.1

11 Apr 12:27
Compare
Choose a tag to compare

5.6.1 (2025-04-11)

Bug Fixes

  • adding debug log on cluster.slots initial connection error (bedcfb5)

v4.30.0

11 Apr 10:35
Compare
Choose a tag to compare

4.30.0 (2025-04-11)

Features

  • added the option for disabling slots refresh, fixed concurrent calls to refreshSlotsCache (#1972) (3ef36dc)

v5.6.0

05 Mar 21:25
Compare
Choose a tag to compare

5.6.0 (2025-03-05)

Features

  • Sharded pub/sub support via dedicated subscribers (#1956) (963a395)

v4.29.1

05 Mar 20:46
Compare
Choose a tag to compare

4.29.1 (2025-03-05)

Features

  • Adds support for Redis 7 commands
  • Node v20 is now part of the test matrix, but support for Node v6 got removed
  • Introduces a cluster subscriber group that enables sharded pub/sub

Bug Fixes

  • Fixed the release workflow to be able to release from the v4 branch
  • Reviewed several test cases

v5.5.0

07 Feb 10:41
Compare
Choose a tag to compare

5.5.0 (2025-02-07)

Features

v5.4.2

20 Dec 12:13
Compare
Choose a tag to compare

5.4.2 (2024-12-20)

Bug Fixes

  • Connection instability when using socketTimeout parameter (#1937) (ca5e940), closes #1919

v5.4.1

17 Apr 15:50
Compare
Choose a tag to compare

5.4.1 (2024-04-17)

Bug Fixes

v5.4.0

16 Apr 19:19
Compare
Choose a tag to compare

5.4.0 (2024-04-16)

Bug Fixes

  • when refreshSlotsCache is called concurrently, call the callback only when the refresh process is done (#1881) (804ee07)

Features

v5.3.2

15 Apr 14:14
Compare
Choose a tag to compare

5.3.2 (2023-04-15)

Bug Fixes