Skip to content

Update dependency ioredis to v5#280

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

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

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented May 15, 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 411eeb3 to 22ff9c3 Compare June 18, 2022 17:00
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 22ff9c3 to 2830152 Compare September 25, 2022 21:53
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 2830152 to 5a032be Compare November 20, 2022 12:51
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 5a032be to 19e0e3b Compare March 17, 2023 02:19
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 19e0e3b to f6accdc Compare April 17, 2023 11:21
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 2 times, most recently from 5729d4a to 0a8cb34 Compare April 17, 2024 18:43
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 0a8cb34 to 8539da1 Compare December 20, 2024 17:25
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 8539da1 to 6edd107 Compare February 7, 2025 12:58
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 6edd107 to a50e564 Compare March 5, 2025 23:06
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from a50e564 to a0b70e3 Compare April 11, 2025 15:50
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from a0b70e3 to 82e8c01 Compare July 31, 2025 10:56
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 82e8c01 to 4f2d1a7 Compare August 31, 2025 10:54
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 4f2d1a7 to 4df9821 Compare September 23, 2025 14:09
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 4df9821 to 9cae92f Compare October 6, 2025 08:47
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 9cae92f to 83f0e52 Compare October 22, 2025 01:11
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 83f0e52 to a1947be Compare November 10, 2025 20:35
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from a1947be to 1c79777 Compare November 18, 2025 22:56
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 3 times, most recently from 633d0b3 to 9001498 Compare January 5, 2026 16:34
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 9001498 to 2f6d80b Compare January 8, 2026 14:11
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 2f6d80b to dda4189 Compare January 15, 2026 14:33
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from dda4189 to 660b6f0 Compare February 12, 2026 16:50
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 660b6f0 to 463747b Compare February 27, 2026 18:16
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 463747b to 21f6db3 Compare March 19, 2026 17:22
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