fix(deps): update dependency ioredis to v5.3.2
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
ioredis | 4.28.5 -> 5.3.2 |
Release Notes
luin/ioredis
v5.3.2
Bug Fixes
v5.3.1
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
Bug Fixes
Features
5.2.6 (2023-01-25)
Bug Fixes
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.
5.2.4 (2022-11-02)
Bug Fixes
5.2.3 (2022-08-23)
Bug Fixes
- type of zscore result should be nullable (#1639) (a3838ae)
- update to latest profile for Redis Cloud (#1637) (dccb820)
5.2.2 (2022-07-23)
Bug Fixes
5.2.1 (2022-07-16)
Bug Fixes
- always allow selecting a new node for cluster mode subscriptions when the current one fails (#1589) (1c8cb85)
v5.2.6
Bug Fixes
v5.2.5
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.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.