Skip to content

Releases: redis/ioredis

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

v5.3.1

12 Feb 02:14
Compare
Choose a tag to compare

5.3.1 (2023-02-12)

Bug Fixes

  • Fix commands not resend on reconnect in edge cases (#1720) (fe52ff1), closes #1718
  • Fix db parameter not working with auto pipelining (#1721) (d9b1bf1)

v5.3.0

25 Jan 16:28
Compare
Choose a tag to compare

5.3.0 (2023-01-25)

Bug Fixes

Features

v5.2.6

25 Jan 04:54
Compare
Choose a tag to compare

5.2.6 (2023-01-25)

Bug Fixes

  • remove extraneous TCP/IPC properties from RedisOptions TS type (#1707) (9af7b1c)

v5.2.5

14 Jan 02:53
Compare
Choose a tag to compare

5.2.5 (2023-01-14)

Bug Fixes

  • Named export to support ESM imports in Typescript (#1695) (cdded57)

    With this change, users would be able to import Redis with import { Redis} from 'ioredis'. This makes it possible to import Redis in an ESM project. The original way (import Redis from 'ioredis') will still be supported but will be deprecated in the next major version.

v5.2.4

02 Nov 14:40
Compare
Choose a tag to compare

5.2.4 (2022-11-02)

Bug Fixes

  • passing in family parameter in URL in node 18 (#1673) (6f1ab9f)

v5.2.3

23 Aug 14:04
Compare
Choose a tag to compare

5.2.3 (2022-08-23)

Bug Fixes

v5.2.2

23 Jul 04:42
Compare
Choose a tag to compare

5.2.2 (2022-07-23)

Bug Fixes

  • srandmember with count argument should return array of strings (#1620) (5f813f3)