Releases: redis/ioredis
Releases Β· redis/ioredis
v5.5.0
5.5.0 (2025-02-07)
Features
v5.4.2
5.4.2 (2024-12-20)
Bug Fixes
- Connection instability when using socketTimeout parameter (#1937) (ca5e940), closes #1919
v5.4.1
5.4.1 (2024-04-17)
Bug Fixes
v5.4.0
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
5.3.2 (2023-04-15)
Bug Fixes
v5.3.1
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
5.3.0 (2023-01-25)
Bug Fixes
Features
v5.2.6
5.2.6 (2023-01-25)
Bug Fixes
- remove extraneous TCP/IPC properties from RedisOptions TS type (#1707) (9af7b1c)
v5.2.5
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
5.2.4 (2022-11-02)
Bug Fixes
- passing in family parameter in URL in node 18 (#1673) (6f1ab9f)