[PR #824] [CLOSED] Bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.0 #2902

Closed
opened 2026-03-15 21:09:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/824
Author: @dependabot[bot]
Created: 2/19/2024
Status: Closed

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


📝 Commits (1)

  • 54d88dd Bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.0

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/redis/go-redis/v9 from 9.4.0 to 9.5.0.

Release notes

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

9.5.0

Changes

🚀 New Features

  • Add object fraq command (#2844)
  • Speed up connections by sending SetInfo via a pipeline (#2880)
  • Add helpers to set libinfo without panic (#2724)

🧰 Maintenance

  • Remove unnecessary Node project definition file (#2863)
  • Add support for specifying bitcount unit as byte or bit, byte default (#2887)
  • fix ConnPool race in newConn (#2885)

📚 Documentation & Testing

  • Docs: update features (#2846)
  • Docs: add bytes in scan struct example (#2836)
  • Tests: add ut for util_test (#2840)

⚙️ Dependencies & Infrastructure

  • chore: update OpenTelemetry and Uptrace to the latest version (#2864)
  • chore(deps): bump release-drafter/release-drafter from 5 to 6 (#2883)
  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 (#2889)
  • chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#2890)
  • Change RE image to 7.2.4-108 (#2884)
  • Add CredentialsProvider to ClusterOptions (#2791)

Contributors

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

@​OlegStotsky, @​abusizhishen, @​dependabot, @​dependabot[bot], @​johnduhart, @​limotley, @​ofekshenawa, @​peczenyj, @​rfyiamcool, and @​vmihailenco

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/824 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/19/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/redis/go-redis/v9-9.5.0` --- ### 📝 Commits (1) - [`54d88dd`](https://github.com/hibiken/asynq/commit/54d88ddde22ab5a1c3c3e70e8eb0d575783e7556) Bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.4.0 to 9.5.0. <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>9.5.0</h2> <h1>Changes</h1> <h2>🚀 New Features</h2> <ul> <li>Add object fraq command (<a href="https://redirect.github.com/redis/go-redis/issues/2844">#2844</a>)</li> <li>Speed up connections by sending SetInfo via a pipeline (<a href="https://redirect.github.com/redis/go-redis/issues/2880">#2880</a>)</li> <li>Add helpers to set libinfo without panic (<a href="https://redirect.github.com/redis/go-redis/issues/2724">#2724</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>Remove unnecessary Node project definition file (<a href="https://redirect.github.com/redis/go-redis/issues/2863">#2863</a>)</li> <li>Add support for specifying bitcount unit as byte or bit, byte default (<a href="https://redirect.github.com/redis/go-redis/issues/2887">#2887</a>)</li> <li>fix ConnPool race in newConn (<a href="https://redirect.github.com/redis/go-redis/issues/2885">#2885</a>)</li> </ul> <h2>📚 Documentation &amp; Testing</h2> <ul> <li>Docs: update features (<a href="https://redirect.github.com/redis/go-redis/issues/2846">#2846</a>)</li> <li>Docs: add bytes in scan struct example (<a href="https://redirect.github.com/redis/go-redis/issues/2836">#2836</a>)</li> <li>Tests: add ut for util_test (<a href="https://redirect.github.com/redis/go-redis/issues/2840">#2840</a>)</li> </ul> <h2>⚙️ Dependencies &amp; Infrastructure</h2> <ul> <li>chore: update OpenTelemetry and Uptrace to the latest version (<a href="https://redirect.github.com/redis/go-redis/issues/2864">#2864</a>)</li> <li>chore(deps): bump release-drafter/release-drafter from 5 to 6 (<a href="https://redirect.github.com/redis/go-redis/issues/2883">#2883</a>)</li> <li>chore(deps): bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 (<a href="https://redirect.github.com/redis/go-redis/issues/2889">#2889</a>)</li> <li>chore(deps): bump golangci/golangci-lint-action from 3 to 4 (<a href="https://redirect.github.com/redis/go-redis/issues/2890">#2890</a>)</li> <li>Change RE image to 7.2.4-108 (<a href="https://redirect.github.com/redis/go-redis/issues/2884">#2884</a>)</li> <li>Add CredentialsProvider to ClusterOptions (<a href="https://redirect.github.com/redis/go-redis/issues/2791">#2791</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/OlegStotsky"><code>@​OlegStotsky</code></a>, <a href="https://github.com/abusizhishen"><code>@​abusizhishen</code></a>, <a href="https://github.com/dependabot"><code>@​dependabot</code></a>, <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot], <a href="https://github.com/johnduhart"><code>@​johnduhart</code></a>, <a href="https://github.com/limotley"><code>@​limotley</code></a>, <a href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a>, <a href="https://github.com/peczenyj"><code>@​peczenyj</code></a>, <a href="https://github.com/rfyiamcool"><code>@​rfyiamcool</code></a>, and <a href="https://github.com/vmihailenco"><code>@​vmihailenco</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/go-redis/commit/b5a9e5d2c67d804cd18f35382b4aebf0dfcd638e"><code>b5a9e5d</code></a> Bump go-redis version to 9.5.0 (<a href="https://redirect.github.com/redis/go-redis/issues/2905">#2905</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/35de49a8da74319b347ca1ea64fc5aa0000c0096"><code>35de49a</code></a> Speed up connections by sending SetInfo via a pipeline (<a href="https://redirect.github.com/redis/go-redis/issues/2880">#2880</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/8afc2b9314ea9f719219937f52f05484b4cc0ae2"><code>8afc2b9</code></a> Remove freq object test from RE tests (<a href="https://redirect.github.com/redis/go-redis/issues/2904">#2904</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/d383038a0f9d9905a66d1738851852950db147ed"><code>d383038</code></a> feat: add object fraq command (<a href="https://redirect.github.com/redis/go-redis/issues/2844">#2844</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/f0ecdb41905b812da0afcfe72d136aac76995be8"><code>f0ecdb4</code></a> docs: update features (<a href="https://redirect.github.com/redis/go-redis/issues/2846">#2846</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/516abe867dbeaa337009dbaf2668b85011996bde"><code>516abe8</code></a> add CredentialsProvider to ClusterOptions (<a href="https://redirect.github.com/redis/go-redis/issues/2791">#2791</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/21ed15bbed2774a40fe831f7618332aa4f207fd1"><code>21ed15b</code></a> Add helpers to set libinfo without panic (<a href="https://redirect.github.com/redis/go-redis/issues/2724">#2724</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/7b9e81fd418e16d1317e6e896624a62b40cbbf80"><code>7b9e81f</code></a> fix: add bytes in scan struct example (<a href="https://redirect.github.com/redis/go-redis/issues/2836">#2836</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/9133749cd3ef42459a8698b59ab212537db5fb98"><code>9133749</code></a> test: add ut for util_test (<a href="https://redirect.github.com/redis/go-redis/issues/2840">#2840</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/51897bc5bf5ad2e6ec4e126ce585a4c0d29eb8a0"><code>51897bc</code></a> Remove unnecessary Node project definition file (<a href="https://redirect.github.com/redis/go-redis/issues/2863">#2863</a>)</li> <li>Additional commits viewable in <a href="https://github.com/redis/go-redis/compare/v9.4.0...v9.5.0">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.4.0&new-version=9.5.0)](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>
kerem 2026-03-15 21:09:37 +03:00
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#2902
No description provided.