Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ioredis ^5.2.2^5.9.0 age adoption passing confidence

Release Notes

luin/ioredis (ioredis)

v5.9.0

Compare Source

Bug Fixes
  • remove unnecessary case-sensitivity when working with commands (#​2036) (f33a2c8)
Features

5.8.2 (2025-10-21)

Bug Fixes

5.8.1 (2025-10-06)

Bug Fixes
  • ssubscribe: re-subscribe sharded pubsub channels individually (#​2021) (f161367)

v5.8.2

Compare Source

Bug Fixes

v5.8.1

Compare Source

Bug Fixes
  • ssubscribe: re-subscribe sharded pubsub channels individually (#​2021) (f161367)

v5.8.0

Compare Source

Bug Fixes
  • ssubscribe: re-subscribe sharded pubsub channels individually on ready (#​2012) (55a410f)
Features

v5.7.0

Compare Source

Bug Fixes
Features

5.6.1 (2025-04-11)

Bug Fixes
  • adding debug log on cluster.slots initial connection error (bedcfb5)

v5.6.1

Compare Source

Bug Fixes
Features

5.6.1 (2025-04-11)

Bug Fixes
  • adding debug log on cluster.slots initial connection error (bedcfb5)

v5.6.0

Compare Source

Bug Fixes
Features

5.6.1 (2025-04-11)

Bug Fixes
  • adding debug log on cluster.slots initial connection error (bedcfb5)

v5.5.0

Compare Source

Features

5.4.2 (2024-12-20)

Bug Fixes

5.4.1 (2024-04-17)

Bug Fixes

v5.4.2

Compare Source

Features

5.4.2 (2024-12-20)

Bug Fixes

5.4.1 (2024-04-17)

Bug Fixes

v5.4.1

Compare Source

Features

5.4.2 (2024-12-20)

Bug Fixes

5.4.1 (2024-04-17)

Bug Fixes

v5.4.0

Compare Source

Features

5.4.2 (2024-12-20)

Bug Fixes

5.4.1 (2024-04-17)

Bug Fixes

v5.3.2

Compare Source

Bug Fixes
  • when refreshSlotsCache is callback concurrently, call the callback only when the refresh process is done (#​1881) (804ee07)
Features

5.3.2 (2023-04-15)

Bug Fixes

5.3.1 (2023-02-12)

Bug Fixes

v5.3.1

Compare Source

Bug Fixes
  • when refreshSlotsCache is callback concurrently, call the callback only when the refresh process is done (#​1881) (804ee07)
Features

5.3.2 (2023-04-15)

Bug Fixes

5.3.1 (2023-02-12)

Bug Fixes

v5.3.0

Compare Source

Bug Fixes
  • when refreshSlotsCache is callback concurrently, call the callback only when the refresh process is done (#​1881) (804ee07)
Features

5.3.2 (2023-04-15)

Bug Fixes

5.3.1 (2023-02-12)

Bug Fixes

v5.2.6

Compare Source

Bug Fixes
Features

5.2.6 (2023-01-25)

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

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

5.2.2 (2022-07-23)

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

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.5

Compare Source

Bug Fixes
Features

5.2.6 (2023-01-25)

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

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

5.2.2 (2022-07-23)

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

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.4

Compare Source

Bug Fixes
Features

5.2.6 (2023-01-25)

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

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

5.2.2 (2022-07-23)

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

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.3

Compare Source

Bug Fixes
Features

5.2.6 (2023-01-25)

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

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

5.2.2 (2022-07-23)

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

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Nov 2, 2022
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 7 times, most recently from abc6576 to 28f88de Compare November 8, 2022 10:59
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 7 times, most recently from 684ddbd to b696a50 Compare November 21, 2022 22:13
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 4 times, most recently from 3aa1b8f to 2655372 Compare November 28, 2022 22:37
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 5 times, most recently from 125da84 to 50350a4 Compare December 6, 2022 02:26
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 6 times, most recently from 7501fd3 to 19933db Compare December 12, 2022 00:53
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from fea45e1 to 187d061 Compare October 17, 2025 05:28
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 187d061 to c47c79f Compare October 25, 2025 04:00
@renovate renovate bot changed the title chore(deps): update dependency ioredis to ^5.8.1 chore(deps): update dependency ioredis to ^5.8.2 Oct 25, 2025
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 5 times, most recently from 20e06b9 to 329b47d Compare October 31, 2025 03:35
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 2 times, most recently from 63cf6dd to 2ecae08 Compare November 3, 2025 22:41
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 2 times, most recently from 214927e to 5a3fdcc Compare November 12, 2025 10:02
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 4 times, most recently from 7f0db8b to 9fde3af Compare November 24, 2025 21:15
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 5 times, most recently from 4502cf9 to c62e19f Compare December 9, 2025 05:49
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 2 times, most recently from 2d1fecb to ba1507e Compare December 16, 2025 02:49
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 2 times, most recently from 64eb801 to 7d94a3a Compare December 30, 2025 01:01
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 2 times, most recently from 6e5fb05 to e6cba16 Compare January 5, 2026 15:10
@renovate renovate bot changed the title chore(deps): update dependency ioredis to ^5.8.2 chore(deps): update dependency ioredis to ^5.9.0 Jan 5, 2026
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from e6cba16 to c1a2ef4 Compare January 5, 2026 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant