[PR #817] [CLOSED] Bump github.com/redis/go-redis/v9 from 9.3.0 to 9.4.0 in /x #879

Closed
opened 2026-03-02 06:10:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/817
Author: @dependabot[bot]
Created: 1/29/2024
Status: Closed

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


📝 Commits (1)

  • 7bde341 Bump github.com/redis/go-redis/v9 from 9.3.0 to 9.4.0 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.3.0 to 9.4.0.

Release notes

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

9.4.0

Changes

Breaking Changes

  • Revert #2818 due to it be a breaking change (#2861)

🚀 New Features

  • Add Suffix support to default client set info (#2852)

🧰 Maintenance

  • return raw value instead of function calling in Result() (#2831)
  • Add Redis Enterprise tests (#2847)

Contributors

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

@​lowang-bh and @​ofekshenawa

9.3.1

Updates and Enhancements

  • Documentation and examples have been updated (#2806).
  • Redis values can now be scanned into pointer fields (#2787).
  • The URL format error in the Documentation has been corrected (#2789).
  • Cmder annotation has been added (#2816).
  • The Z member type has been changed to string (#2818).

🚀 New Features

  • BITFIELD_RO Command has been introduced (#2820).
  • Monitor Command is now supported (#2830).

🐛 Bug Fixes

  • "COMMAND" command is now executed only when readonly (#2815).

🧰 Maintenance and Dependency Updates

  • The usage of TSMadd ktvSlices has been clarified in the docstring (#2827).
  • Dependencies have been updated:
    • rojopolis/spellcheck-github-actions from 0.34.0 to 0.35.0 (#2807)
    • actions/stale from 8 to 9 (#2828)
    • actions/setup-go from 4 to 5 (#2829)

Contributors

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

@​RyoMiyashita, @​dependabot, @​dependabot[bot], @​lzakharov, @​ofekshenawa, @​rfyiamcool, @​rouzier, @​splundid and @​x1nchen

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/817 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/29/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/x/github.com/redis/go-redis/v9-9.4.0` --- ### 📝 Commits (1) - [`7bde341`](https://github.com/hibiken/asynq/commit/7bde3411cace36e3b48b66f8a67e81c5b7a495f2) Bump github.com/redis/go-redis/v9 from 9.3.0 to 9.4.0 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.3.0 to 9.4.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.4.0</h2> <h1>Changes</h1> <h2>Breaking Changes</h2> <ul> <li>Revert <a href="https://redirect.github.com/redis/go-redis/issues/2818">#2818</a> due to it be a breaking change (<a href="https://redirect.github.com/redis/go-redis/issues/2861">#2861</a>)</li> </ul> <h2>🚀 New Features</h2> <ul> <li>Add Suffix support to default client set info (<a href="https://redirect.github.com/redis/go-redis/issues/2852">#2852</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>return raw value instead of function calling in Result() (<a href="https://redirect.github.com/redis/go-redis/issues/2831">#2831</a>)</li> <li>Add Redis Enterprise tests (<a href="https://redirect.github.com/redis/go-redis/issues/2847">#2847</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/lowang-bh"><code>@​lowang-bh</code></a> and <a href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a></p> <h2>9.3.1</h2> <h2>Updates and Enhancements</h2> <ul> <li>Documentation and examples have been updated (<a href="https://redirect.github.com/redis/go-redis/issues/2806">#2806</a>).</li> <li>Redis values can now be scanned into pointer fields (<a href="https://redirect.github.com/redis/go-redis/issues/2787">#2787</a>).</li> <li>The URL format error in the Documentation has been corrected (<a href="https://redirect.github.com/redis/go-redis/issues/2789">#2789</a>).</li> <li>Cmder annotation has been added (<a href="https://redirect.github.com/redis/go-redis/issues/2816">#2816</a>).</li> <li>The Z member type has been changed to string (<a href="https://redirect.github.com/redis/go-redis/issues/2818">#2818</a>).</li> </ul> <h2>🚀 New Features</h2> <ul> <li>BITFIELD_RO Command has been introduced (<a href="https://redirect.github.com/redis/go-redis/issues/2820">#2820</a>).</li> <li>Monitor Command is now supported (<a href="https://redirect.github.com/redis/go-redis/issues/2830">#2830</a>).</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>&quot;COMMAND&quot; command is now executed only when readonly (<a href="https://redirect.github.com/redis/go-redis/issues/2815">#2815</a>).</li> </ul> <h2>🧰 Maintenance and Dependency Updates</h2> <ul> <li>The usage of TSMadd ktvSlices has been clarified in the docstring (<a href="https://redirect.github.com/redis/go-redis/issues/2827">#2827</a>).</li> <li>Dependencies have been updated: <ul> <li>rojopolis/spellcheck-github-actions from 0.34.0 to 0.35.0 (<a href="https://redirect.github.com/redis/go-redis/issues/2807">#2807</a>)</li> <li>actions/stale from 8 to 9 (<a href="https://redirect.github.com/redis/go-redis/issues/2828">#2828</a>)</li> <li>actions/setup-go from 4 to 5 (<a href="https://redirect.github.com/redis/go-redis/issues/2829">#2829</a>)</li> </ul> </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/RyoMiyashita"><code>@​RyoMiyashita</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/lzakharov"><code>@​lzakharov</code></a>, <a href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a>, <a href="https://github.com/rfyiamcool"><code>@​rfyiamcool</code></a>, <a href="https://github.com/rouzier"><code>@​rouzier</code></a>, <a href="https://github.com/splundid"><code>@​splundid</code></a> and <a href="https://github.com/x1nchen"><code>@​x1nchen</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/go-redis/commit/531f06861b26fc01b1b75f777d7155d286b0943c"><code>531f068</code></a> 9.4.0 (<a href="https://redirect.github.com/redis/go-redis/issues/2862">#2862</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/27581fcb437fa7387d1dcfb6a43c5ccf1f4d2273"><code>27581fc</code></a> Change Z Member type to interface (<a href="https://redirect.github.com/redis/go-redis/issues/2861">#2861</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/a32be3d93d60b9b9a3711bb3c248684246168bae"><code>a32be3d</code></a> Add Suffix support to default client set info (<a href="https://redirect.github.com/redis/go-redis/issues/2852">#2852</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/d8e3e95866c094700ffc8f7e2705c2b8fb7a3793"><code>d8e3e95</code></a> return raw value instead of funcation calling in Result() (<a href="https://redirect.github.com/redis/go-redis/issues/2831">#2831</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/00229238c00584052588ee33f448ca31e0cc543d"><code>0022923</code></a> Change Env vars in RE CI (<a href="https://redirect.github.com/redis/go-redis/issues/2856">#2856</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/2e121910233d77b23d76a64e7d37628d1a73c0c1"><code>2e12191</code></a> Change RE build in CI (<a href="https://redirect.github.com/redis/go-redis/issues/2855">#2855</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/b76230924354e418e500679c0460706dfcf5f82b"><code>b762309</code></a> Add RE tests (<a href="https://redirect.github.com/redis/go-redis/issues/2847">#2847</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/73c879df57f61fe7d231f9248f3c448ace37bd77"><code>73c879d</code></a> 9.3.1 (<a href="https://redirect.github.com/redis/go-redis/issues/2835">#2835</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/5665b0f7ea26298a8c7ff45323348e7b04b8d491"><code>5665b0f</code></a> Clarify TSMadd ktvSlices usage in docstring (<a href="https://redirect.github.com/redis/go-redis/issues/2827">#2827</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/9073e4056de44fe547b4a84840f868165f2f414a"><code>9073e40</code></a> Update docs and examples (<a href="https://redirect.github.com/redis/go-redis/issues/2806">#2806</a>)</li> <li>Additional commits viewable in <a href="https://github.com/redis/go-redis/compare/v9.3.0...v9.4.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.3.0&new-version=9.4.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-02 06:10:15 +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#879
No description provided.