[PR #1008] [MERGED] fix(deps): update module github.com/redis/go-redis/v9 to v9.11.0 #4612

Closed
opened 2026-04-16 13:10:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1008
Author: @renovate[bot]
Created: 6/24/2025
Status: Merged
Merged: 6/24/2025
Merged by: @kolaente

Base: mainHead: renovate/github.com-redis-go-redis-v9-9.x


📝 Commits (1)

  • 0f5f3be fix(deps): update module github.com/redis/go-redis/v9 to v9.11.0

📊 Changes

2 files changed (+3 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -0)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/redis/go-redis/v9 v9.10.0 -> v9.11.0 age adoption passing confidence

Release Notes

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

v9.11.0: 9.11.0

Compare Source

🚀 Highlights

Fixes TxPipeline to work correctly in cluster scenarios, allowing execution of commands
only in the same slot for a given transaction.

Changes

🚀 New Features

  • Set cluster slot for scan commands, rather than random (#​2623)
  • Add CredentialsProvider field to UniversalOptions (#​2927)
  • feat(redisotel): add WithCallerEnabled option (#​3415)

🐛 Bug Fixes

  • fix(txpipeline): keyless commands should take the slot of the keyed (#​3411)
  • fix(loading): cache the loaded flag for slave nodes (#​3410)
  • fix(txpipeline): should return error on multi/exec on multiple slots (#​3408)
  • fix: check if the shard exists to avoid returning nil (#​3396)

🧰 Maintenance

  • feat: optimize connection pool waitTurn (#​3412)
  • chore(ci): update CI redis builds (#​3407)
  • chore: remove a redundant method from Ring, Client and ClusterClient (#​3401)
  • test: refactor TestBasicCredentials using table-driven tests (#​3406)
  • perf: reduce unnecessary memory allocation operations (#​3399)
  • fix: insert entry during iterating over a map (#​3398)
  • DOC-5229 probabilistic data type examples (#​3413)
  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.49.0 to 0.51.0 (#​3414)

Contributors

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

@​andy-stark-redis, @​boekkooi-impossiblecloud, @​cxljs, @​dcherubini, @​iamamirsalehi, @​ndyakov, @​pete-woods, @​twz915


Configuration

📅 Schedule: 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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1008 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 6/24/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/github.com-redis-go-redis-v9-9.x` --- ### 📝 Commits (1) - [`0f5f3be`](https://github.com/go-vikunja/vikunja/commit/0f5f3bec88bbbb53c065a58eeacb28b2d405794b) fix(deps): update module github.com/redis/go-redis/v9 to v9.11.0 ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/redis/go-redis/v9](https://redirect.github.com/redis/go-redis) | `v9.10.0` -> `v9.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fredis%2fgo-redis%2fv9/v9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fredis%2fgo-redis%2fv9/v9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fredis%2fgo-redis%2fv9/v9.10.0/v9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fredis%2fgo-redis%2fv9/v9.10.0/v9.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>redis/go-redis (github.com/redis/go-redis/v9)</summary> ### [`v9.11.0`](https://redirect.github.com/redis/go-redis/releases/tag/v9.11.0): 9.11.0 [Compare Source](https://redirect.github.com/redis/go-redis/compare/v9.10.0...v9.11.0) #### 🚀 Highlights Fixes `TxPipeline` to work correctly in cluster scenarios, allowing execution of commands only in the same slot for a given transaction. ### Changes #### 🚀 New Features - Set cluster slot for `scan` commands, rather than random ([#&#8203;2623](https://redirect.github.com/redis/go-redis/pull/2623)) - Add CredentialsProvider field to UniversalOptions ([#&#8203;2927](https://redirect.github.com/redis/go-redis/pull/2927)) - feat(redisotel): add WithCallerEnabled option ([#&#8203;3415](https://redirect.github.com/redis/go-redis/pull/3415)) #### 🐛 Bug Fixes - fix(txpipeline): keyless commands should take the slot of the keyed ([#&#8203;3411](https://redirect.github.com/redis/go-redis/pull/3411)) - fix(loading): cache the loaded flag for slave nodes ([#&#8203;3410](https://redirect.github.com/redis/go-redis/pull/3410)) - fix(txpipeline): should return error on multi/exec on multiple slots ([#&#8203;3408](https://redirect.github.com/redis/go-redis/pull/3408)) - fix: check if the shard exists to avoid returning nil ([#&#8203;3396](https://redirect.github.com/redis/go-redis/pull/3396)) #### 🧰 Maintenance - feat: optimize connection pool waitTurn ([#&#8203;3412](https://redirect.github.com/redis/go-redis/pull/3412)) - chore(ci): update CI redis builds ([#&#8203;3407](https://redirect.github.com/redis/go-redis/pull/3407)) - chore: remove a redundant method from `Ring`, `Client` and `ClusterClient` ([#&#8203;3401](https://redirect.github.com/redis/go-redis/pull/3401)) - test: refactor TestBasicCredentials using table-driven tests ([#&#8203;3406](https://redirect.github.com/redis/go-redis/pull/3406)) - perf: reduce unnecessary memory allocation operations ([#&#8203;3399](https://redirect.github.com/redis/go-redis/pull/3399)) - fix: insert entry during iterating over a map ([#&#8203;3398](https://redirect.github.com/redis/go-redis/pull/3398)) - DOC-5229 probabilistic data type examples ([#&#8203;3413](https://redirect.github.com/redis/go-redis/pull/3413)) - chore(deps): bump rojopolis/spellcheck-github-actions from 0.49.0 to 0.51.0 ([#&#8203;3414](https://redirect.github.com/redis/go-redis/pull/3414)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;andy-stark-redis](https://redirect.github.com/andy-stark-redis), [@&#8203;boekkooi-impossiblecloud](https://redirect.github.com/boekkooi-impossiblecloud), [@&#8203;cxljs](https://redirect.github.com/cxljs), [@&#8203;dcherubini](https://redirect.github.com/dcherubini), [@&#8203;iamamirsalehi](https://redirect.github.com/iamamirsalehi), [@&#8203;ndyakov](https://redirect.github.com/ndyakov), [@&#8203;pete-woods](https://redirect.github.com/pete-woods), [@&#8203;twz915](https://redirect.github.com/twz915) </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 13:10:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#4612