Skip to content

Update dependency ioredis to v5#41

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/ioredis-5.x
Open

Update dependency ioredis to v5#41
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/ioredis-5.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented May 16, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ioredis ^4.20.0^5.10.1 age adoption passing confidence

Release Notes

luin/ioredis (ioredis)

v5.10.1

Compare Source

Bug Fixes

v5.10.0

Compare Source

Features

5.9.3 (2026-02-12)

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

5.9.3 (2026-02-12)

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

5.9.2 (2026-01-15)

Bug Fixes
Reverts

5.9.1 (2026-01-08)

Bug Fixes

v5.9.3

Compare Source

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

v5.9.2

Compare Source

Bug Fixes
Reverts

v5.9.1

Compare Source

Bug Fixes

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)

v5.2.2

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

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

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

Compare Source

Features
  • add command typings for Redis 7.0.2. Also fix a typing issue for hgetallBuffer. (#​1611) (fa77c07)

5.0.6 (2022-05-31)

Bug Fixes

5.0.5 (2022-05-17)

Bug Fixes

5.0.4 (2022-04-09)

Bug Fixes

5.0.3 (2022-03-31)

Bug Fixes

5.0.2 (2022-03-30)

Bug Fixes

5.0.1 (2022-03-26)

Bug Fixes

v5.0.6

Compare Source

Features
  • add command typings for Redis 7.0.2. Also fix a typing issue for hgetallBuffer. (#​1611) (fa77c07)

5.0.6 (2022-05-31)

Bug Fixes

5.0.5 (2022-05-17)

Bug Fixes

5.0.4 (2022-04-09)

Bug Fixes

5.0.3 (2022-03-31)

Bug Fixes

5.0.2 (2022-03-30)

Bug Fixes

5.0.1 (2022-03-26)

Bug Fixes

v5.0.5

Compare Source

Features
  • add command typings for Redis 7.0.2. Also fix a typing issue for hgetallBuffer. (#​1611) (fa77c07)

5.0.6 (2022-05-31)

Bug Fixes

5.0.5 (2022-05-17)

Bug Fixes

5.0.4 (2022-04-09)

Bug Fixes

5.0.3 (2022-03-31)

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/ioredis-5.x branch from d5baab4 to 1288ff7 Compare June 18, 2022 22:28
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 1288ff7 to e20afed Compare September 25, 2022 13:08
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from e20afed to e60088d Compare November 20, 2022 12:32
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from e60088d to ed1d6f7 Compare March 18, 2023 20:06
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from ed1d6f7 to 33bb71e Compare April 17, 2023 11:04
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 2 times, most recently from a0585c7 to 657d47e Compare April 17, 2024 18:52
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 657d47e to 1772735 Compare December 20, 2024 12:42
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 1772735 to 640be3c Compare February 7, 2025 12:29
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 640be3c to e55eb2c Compare March 5, 2025 22:39
@renovate renovate bot changed the title Update dependency ioredis to v5 Update dependency ioredis to v5 - autoclosed Apr 11, 2025
@renovate renovate bot closed this Apr 11, 2025
@renovate renovate bot deleted the renovate/ioredis-5.x branch April 11, 2025 11:00
@renovate renovate bot changed the title Update dependency ioredis to v5 - autoclosed Update dependency ioredis to v5 Apr 11, 2025
@renovate renovate bot reopened this Apr 11, 2025
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 2 times, most recently from e55eb2c to f40ad0f Compare April 11, 2025 23:21
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from f40ad0f to c613e54 Compare July 31, 2025 10:51
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from c613e54 to 8313c0e Compare August 31, 2025 10:56
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 8313c0e to 7d8bdcc Compare September 23, 2025 11:04
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 7d8bdcc to a0ea037 Compare October 6, 2025 09:56
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from a0ea037 to 9b12288 Compare October 21, 2025 17:55
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 9b12288 to b77659c Compare November 11, 2025 02:41
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from b77659c to aaee073 Compare November 18, 2025 13:57
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 2 times, most recently from 0c46401 to 83b117e Compare January 8, 2026 13:39
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 83b117e to 1f4b97d Compare January 15, 2026 14:14
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 1f4b97d to 1bf1371 Compare February 12, 2026 16:52
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 1bf1371 to 9ffbdea Compare February 27, 2026 17:48
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 9ffbdea to c3ef32e Compare March 19, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants