fix(deps): update module github.com/redis/go-redis/v9 to v9.17.3 #11

Merged
Renovate-Clanker merged 1 commits from renovate/all-dependencies into main 2026-01-25 18:01:16 +07:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
github.com/redis/go-redis/v9 v9.17.2v9.17.3 age confidence

Release Notes

redis/go-redis (github.com/redis/go-redis/v9)

v9.17.3: 9.17.3

Compare Source

🐛 Bug Fixes

  • Connection Pool: Fixed zombie wantConn elements accumulation in wantConnQueue that could cause resource leaks in high concurrency scenarios with dial failures (#​3680) by @​cyningsun
  • Stream Commands: Fixed XADD and XTRIM commands to use exact threshold (=) when Approx is false, ensuring precise stream trimming behavior (#​3684) by @​ndyakov
  • Connection Pool: Added ConnMaxLifetimeJitter configuration to distribute connection expiration times and prevent the thundering herd problem when many connections expire simultaneously (#​3666) by @​cyningsun
  • Client Options: Added DialerRetries and DialerRetryTimeout fields to ClusterOptions, RingOptions, and FailoverOptions to allow configuring connection retry behavior for cluster, ring, and sentinel clients (#​3686) by @​naveenchander30

Contributors

We'd like to thank all the contributors who worked on this release!

@​cyningsun, @​naveenchander30, and @​ndyakov


Full Changelog: https://github.com/redis/go-redis/compare/v9.17.2...v9.17.3


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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `v9.17.2` → `v9.17.3` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fredis%2fgo-redis%2fv9/v9.17.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fredis%2fgo-redis%2fv9/v9.17.2/v9.17.3?slim=true) | --- ### Release Notes <details> <summary>redis/go-redis (github.com/redis/go-redis/v9)</summary> ### [`v9.17.3`](https://github.com/redis/go-redis/releases/tag/v9.17.3): 9.17.3 [Compare Source](https://github.com/redis/go-redis/compare/v9.17.2...v9.17.3) #### 🐛 Bug Fixes - **Connection Pool**: Fixed zombie `wantConn` elements accumulation in `wantConnQueue` that could cause resource leaks in high concurrency scenarios with dial failures ([#&#8203;3680](https://github.com/redis/go-redis/pull/3680)) by [@&#8203;cyningsun](https://github.com/cyningsun) - **Stream Commands**: Fixed `XADD` and `XTRIM` commands to use exact threshold (`=`) when `Approx` is false, ensuring precise stream trimming behavior ([#&#8203;3684](https://github.com/redis/go-redis/pull/3684)) by [@&#8203;ndyakov](https://github.com/ndyakov) - **Connection Pool**: Added `ConnMaxLifetimeJitter` configuration to distribute connection expiration times and prevent the thundering herd problem when many connections expire simultaneously ([#&#8203;3666](https://github.com/redis/go-redis/pull/3666)) by [@&#8203;cyningsun](https://github.com/cyningsun) - **Client Options**: Added `DialerRetries` and `DialerRetryTimeout` fields to `ClusterOptions`, `RingOptions`, and `FailoverOptions` to allow configuring connection retry behavior for cluster, ring, and sentinel clients ([#&#8203;3686](https://github.com/redis/go-redis/pull/3686)) by [@&#8203;naveenchander30](https://github.com/naveenchander30) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;cyningsun](https://github.com/cyningsun), [@&#8203;naveenchander30](https://github.com/naveenchander30), and [@&#8203;ndyakov](https://github.com/ndyakov) *** **Full Changelog**: <https://github.com/redis/go-redis/compare/v9.17.2...v9.17.3> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNzEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Renovate-Clanker added 1 commit 2026-01-25 18:01:14 +07:00
Renovate-Clanker scheduled this pull request to auto merge when all checks succeed 2026-01-25 18:01:15 +07:00
Renovate-Clanker merged commit f53c3ed140 into main 2026-01-25 18:01:16 +07:00
Renovate-Clanker deleted branch renovate/all-dependencies 2026-01-25 18:01:16 +07:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bagas/filekeeper#11