[PR #1027] build(deps): bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.1 in /x #3010

Open
opened 2026-03-15 21:15:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/1027
Author: @dependabot[bot]
Created: 2/24/2025
Status: 🔄 Open

Base: masterHead: dependabot/go_modules/x/github.com/redis/go-redis/v9-9.7.1


📝 Commits (1)

  • 0850491 build(deps): bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.1 in /x

📊 Changes

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

View changed files

📝 x/go.mod (+1 -1)
📝 x/go.sum (+2 -2)

📄 Description

Bumps github.com/redis/go-redis/v9 from 9.7.0 to 9.7.1.

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

v9.7.1

Changes

  • Recognize byte slice for key argument in cluster client hash slot computation (#3049)
  • fix(search&aggregate):fix error overwrite and typo #3220 (#3224)
  • fix: linter configuration (#3279)
  • fix(search): if ft.aggregate use limit when limitoffset is zero (#3275)
  • Reinstate read-only lock on hooks access in dialHook to fix data race (#3225)
  • fix: flaky ClientKillByFilter test (#3268)
  • chore: fix some comments (#3226)
  • fix(aggregate, search): ft.aggregate bugfixes (#3263)
  • fix: add unstableresp3 to cluster client (#3266)
  • Fix race condition in clusterNodes.Addrs() (#3219)
  • SortByWithCount FTSearchOptions fix (#3201)
  • Eliminate redundant dial mutex causing unbounded connection queue contention (#3088)
  • Add guidance on unstable RESP3 support for RediSearch commands to README (#3177)

🚀 New Features

  • Add guidance on unstable RESP3 support for RediSearch commands to README (#3177)

🐛 Bug Fixes

  • fix(search): if ft.aggregate use limit when limitoffset is zero (#3275)
  • fix: add unstableresp3 to cluster client (#3266)
  • fix(aggregate, search): ft.aggregate bugfixes (#3263)
  • SortByWithCount FTSearchOptions fix (#3201)
  • Recognize byte slice for key argument in cluster client hash slot computation (#3049)

Contributors

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

@​ofekshenawa, @​Cgol9, @​LINKIWI, @​shawnwgit, @​zhuhaicity, @​bitsark, @​vladvildanov, @​ndyakov

Full Changelog: https://github.com/redis/go-redis/compare/v9.7.0...v9.7.1

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 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/hibiken/asynq/pull/1027 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/24/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/go_modules/x/github.com/redis/go-redis/v9-9.7.1` --- ### 📝 Commits (1) - [`0850491`](https://github.com/hibiken/asynq/commit/0850491e90a78115f7d5327d55832aca77e9ebee) build(deps): bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.1 in /x ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `x/go.mod` (+1 -1) 📝 `x/go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.7.0 to 9.7.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis/go-redis/releases">github.com/redis/go-redis/v9's releases</a>.</em></p> <blockquote> <h2>v9.7.1</h2> <h1>Changes</h1> <ul> <li>Recognize byte slice for key argument in cluster client hash slot computation (<a href="https://redirect.github.com/redis/go-redis/issues/3049">#3049</a>)</li> <li>fix(search&amp;aggregate):fix error overwrite and typo <a href="https://redirect.github.com/redis/go-redis/issues/3220">#3220</a> (<a href="https://redirect.github.com/redis/go-redis/issues/3224">#3224</a>)</li> <li>fix: linter configuration (<a href="https://redirect.github.com/redis/go-redis/issues/3279">#3279</a>)</li> <li>fix(search): if ft.aggregate use limit when limitoffset is zero (<a href="https://redirect.github.com/redis/go-redis/issues/3275">#3275</a>)</li> <li>Reinstate read-only lock on hooks access in dialHook to fix data race (<a href="https://redirect.github.com/redis/go-redis/issues/3225">#3225</a>)</li> <li>fix: flaky ClientKillByFilter test (<a href="https://redirect.github.com/redis/go-redis/issues/3268">#3268</a>)</li> <li>chore: fix some comments (<a href="https://redirect.github.com/redis/go-redis/issues/3226">#3226</a>)</li> <li>fix(aggregate, search): ft.aggregate bugfixes (<a href="https://redirect.github.com/redis/go-redis/issues/3263">#3263</a>)</li> <li>fix: add unstableresp3 to cluster client (<a href="https://redirect.github.com/redis/go-redis/issues/3266">#3266</a>)</li> <li>Fix race condition in clusterNodes.Addrs() (<a href="https://redirect.github.com/redis/go-redis/issues/3219">#3219</a>)</li> <li>SortByWithCount FTSearchOptions fix (<a href="https://redirect.github.com/redis/go-redis/issues/3201">#3201</a>)</li> <li>Eliminate redundant dial mutex causing unbounded connection queue contention (<a href="https://redirect.github.com/redis/go-redis/issues/3088">#3088</a>)</li> <li>Add guidance on unstable RESP3 support for RediSearch commands to README (<a href="https://redirect.github.com/redis/go-redis/issues/3177">#3177</a>)</li> </ul> <h2>🚀 New Features</h2> <ul> <li>Add guidance on unstable RESP3 support for RediSearch commands to README (<a href="https://redirect.github.com/redis/go-redis/issues/3177">#3177</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix(search): if ft.aggregate use limit when limitoffset is zero (<a href="https://redirect.github.com/redis/go-redis/issues/3275">#3275</a>)</li> <li>fix: add unstableresp3 to cluster client (<a href="https://redirect.github.com/redis/go-redis/issues/3266">#3266</a>)</li> <li>fix(aggregate, search): ft.aggregate bugfixes (<a href="https://redirect.github.com/redis/go-redis/issues/3263">#3263</a>)</li> <li>SortByWithCount FTSearchOptions fix (<a href="https://redirect.github.com/redis/go-redis/issues/3201">#3201</a>)</li> <li>Recognize byte slice for key argument in cluster client hash slot computation (<a href="https://redirect.github.com/redis/go-redis/issues/3049">#3049</a>)</li> </ul> <h2>Contributors</h2> <p>We'd like to thank all the contributors who worked on this release!</p> <p><a href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a>, <a href="https://github.com/Cgol9"><code>@​Cgol9</code></a>, <a href="https://github.com/LINKIWI"><code>@​LINKIWI</code></a>, <a href="https://github.com/shawnwgit"><code>@​shawnwgit</code></a>, <a href="https://github.com/zhuhaicity"><code>@​zhuhaicity</code></a>, <a href="https://github.com/bitsark"><code>@​bitsark</code></a>, <a href="https://github.com/vladvildanov"><code>@​vladvildanov</code></a>, <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis/go-redis/compare/v9.7.0...v9.7.1">https://github.com/redis/go-redis/compare/v9.7.0...v9.7.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/go-redis/commit/3d041a1dd6974412c95803384965d73a50bf07ab"><code>3d041a1</code></a> release: 9.7.1 patch (<a href="https://redirect.github.com/redis/go-redis/issues/3278">#3278</a>)</li> <li>See full diff in <a href="https://github.com/redis/go-redis/compare/v9.7.0...v9.7.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/redis/go-redis/v9&package-manager=go_modules&previous-version=9.7.0&new-version=9.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#3010
No description provided.