Ioredis Versions Save

🚀 A robust, performance-focused, and full-featured Redis client for Node.js.

v5.4.1

3 weeks ago

5.4.1 (2024-04-17)

Bug Fixes

v5.4.0

3 weeks ago

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

1 year ago

5.3.2 (2023-04-15)

Bug Fixes

v5.3.1

1 year ago

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

1 year ago

5.3.0 (2023-01-25)

Bug Fixes

Features

v5.2.6

1 year ago

5.2.6 (2023-01-25)

Bug Fixes

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

v5.2.5

1 year ago

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

1 year ago

5.2.4 (2022-11-02)

Bug Fixes

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

v5.2.3

1 year ago

5.2.3 (2022-08-23)

Bug Fixes

v5.2.2

1 year ago

5.2.2 (2022-07-23)

Bug Fixes

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