Skip to content

Releases: redis/ioredis

v5.11.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 10:15

5.11.1 (2026-06-04)

Bug Fixes

  • cluster: reconnect to nodes that restart without slot changes (#2096) (c84b2ee)
  • parse protocol-relative Redis URLs as TCP connections (#2125) (131ee24)

v5.11.0

Choose a tag to compare

@github-actions github-actions released this 26 May 13:08

5.11.0 (2026-05-26)

Bug Fixes

Features

v5.10.1

Choose a tag to compare

@github-actions github-actions released this 19 Mar 15:12

5.10.1 (2026-03-19)

Bug Fixes

  • cluster: lazily start sharded subscribers (#2090) (4f167bb)

v5.10.0

Choose a tag to compare

@github-actions github-actions released this 27 Feb 13:52

5.10.0 (2026-02-27)

Features

  • add hash field expiration commands and tests (5219f9f)
  • add hexpireat & hexpiretime (#2082) (b38124f)

v5.9.3

Choose a tag to compare

@github-actions github-actions released this 12 Feb 14:42

5.9.3 (2026-02-12)

Bug Fixes

  • autopipelining to route writes to masters with scaleReads (#2072) (8adb1ae)
  • fix issue with moved command for replicas (#2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#2066) (0a1a898)

v5.9.2

Choose a tag to compare

@github-actions github-actions released this 15 Jan 13:44

5.9.2 (2026-01-15)

Bug Fixes

  • cluster: Cluster reconnect sharded subscribers (#2060) (def9804)
  • preserve replica slots on MOVED in pipelines (#2059) (a1c3e9d)

Reverts

v5.9.1

Choose a tag to compare

@github-actions github-actions released this 08 Jan 13:27

5.9.1 (2026-01-08)

Bug Fixes

  • make client-side blocking timeouts opt-in (#2058) (07ed493)

v5.9.0

Choose a tag to compare

@github-actions github-actions released this 05 Jan 14:07

5.9.0 (2026-01-05)

Bug Fixes

  • remove unnecessary case-sensitivity when working with commands (#2036) (f33a2c8)

Features

v4.31.0

Choose a tag to compare

@github-actions github-actions released this 05 Jan 15:04

4.31.0 (2026-01-05)

Features

v4.30.2-v4-beta.1

v4.30.2-v4-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Dec 10:50

4.30.2-v4-beta.1 (2025-12-03)

Bug Fixes

  • refactor sharded pub/sub (7503bd3)