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

Open
forgejo-actions wants to merge 1 commit from renovate/github.com-redis-go-redis-v9-9.x into main

This PR contains the following updates:

Package Type Update Change
github.com/redis/go-redis/v9 require minor v9.6.1 -> v9.7.1

Release Notes

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

v9.7.1

Compare Source

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

v9.7.0: 9.7.0

Compare Source

Changes

🚀 New Features

  • Support Redis search and query capabilities (#​2801, #​3098)
  • Support indexing and querying empty values (#​3053)
  • Support for Redis JSON with RESP2 protocol (#​3146)

🛠️ Improvements

We're glad to announce that we added a search and query support in the current release.

🧰 Maintenance

Contributors

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

@​andy-stark-redis, @​ipechorin, @​ofekshenawa and @​vladvildanov

v9.6.2: 9.6.2

Compare Source

Changes

🐛 Bug Fixes

  • Fixed bug with broken TLS sessions (#​3145)

Contributors

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

@​ofekshenawa @​vladvildanov @​rentziass


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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | require | minor | `v9.6.1` -> `v9.7.1` | --- ### Release Notes <details> <summary>redis/go-redis (github.com/redis/go-redis/v9)</summary> ### [`v9.7.1`](https://github.com/redis/go-redis/releases/tag/v9.7.1) [Compare Source](https://github.com/redis/go-redis/compare/v9.7.0...v9.7.1) ### Changes - Recognize byte slice for key argument in cluster client hash slot computation ([#&#8203;3049](https://github.com/redis/go-redis/issues/3049)) - fix(search\&aggregate):fix error overwrite and typo [#&#8203;3220](https://github.com/redis/go-redis/issues/3220) ([#&#8203;3224](https://github.com/redis/go-redis/issues/3224)) - fix: linter configuration ([#&#8203;3279](https://github.com/redis/go-redis/issues/3279)) - fix(search): if ft.aggregate use limit when limitoffset is zero ([#&#8203;3275](https://github.com/redis/go-redis/issues/3275)) - Reinstate read-only lock on hooks access in dialHook to fix data race ([#&#8203;3225](https://github.com/redis/go-redis/issues/3225)) - fix: flaky ClientKillByFilter test ([#&#8203;3268](https://github.com/redis/go-redis/issues/3268)) - chore: fix some comments ([#&#8203;3226](https://github.com/redis/go-redis/issues/3226)) - fix(aggregate, search): ft.aggregate bugfixes ([#&#8203;3263](https://github.com/redis/go-redis/issues/3263)) - fix: add unstableresp3 to cluster client ([#&#8203;3266](https://github.com/redis/go-redis/issues/3266)) - Fix race condition in clusterNodes.Addrs() ([#&#8203;3219](https://github.com/redis/go-redis/issues/3219)) - SortByWithCount FTSearchOptions fix ([#&#8203;3201](https://github.com/redis/go-redis/issues/3201)) - Eliminate redundant dial mutex causing unbounded connection queue contention ([#&#8203;3088](https://github.com/redis/go-redis/issues/3088)) - Add guidance on unstable RESP3 support for RediSearch commands to README ([#&#8203;3177](https://github.com/redis/go-redis/issues/3177)) #### 🚀 New Features - Add guidance on unstable RESP3 support for RediSearch commands to README ([#&#8203;3177](https://github.com/redis/go-redis/issues/3177)) #### 🐛 Bug Fixes - fix(search): if ft.aggregate use limit when limitoffset is zero ([#&#8203;3275](https://github.com/redis/go-redis/issues/3275)) - fix: add unstableresp3 to cluster client ([#&#8203;3266](https://github.com/redis/go-redis/issues/3266)) - fix(aggregate, search): ft.aggregate bugfixes ([#&#8203;3263](https://github.com/redis/go-redis/issues/3263)) - SortByWithCount FTSearchOptions fix ([#&#8203;3201](https://github.com/redis/go-redis/issues/3201)) - Recognize byte slice for key argument in cluster client hash slot computation ([#&#8203;3049](https://github.com/redis/go-redis/issues/3049)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;ofekshenawa](https://github.com/ofekshenawa), [@&#8203;Cgol9](https://github.com/Cgol9), [@&#8203;LINKIWI](https://github.com/LINKIWI), [@&#8203;shawnwgit](https://github.com/shawnwgit), [@&#8203;zhuhaicity](https://github.com/zhuhaicity), [@&#8203;bitsark](https://github.com/bitsark), [@&#8203;vladvildanov](https://github.com/vladvildanov), [@&#8203;ndyakov](https://github.com/ndyakov) **Full Changelog**: https://github.com/redis/go-redis/compare/v9.7.0...v9.7.1 ### [`v9.7.0`](https://github.com/redis/go-redis/releases/tag/v9.7.0): 9.7.0 [Compare Source](https://github.com/redis/go-redis/compare/v9.6.2...v9.7.0) ### Changes #### 🚀 New Features - Support Redis search and query capabilities ([#&#8203;2801](https://github.com/redis/go-redis/issues/2801), [#&#8203;3098](https://github.com/redis/go-redis/issues/3098)) - Support indexing and querying empty values ([#&#8203;3053](https://github.com/redis/go-redis/issues/3053)) - Support for Redis JSON with RESP2 protocol ([#&#8203;3146](https://github.com/redis/go-redis/issues/3146)) #### 🛠️ Improvements We're glad to announce that we added a search and query support in the current release. #### 🧰 Maintenance - Documentation examples ([#&#8203;3102](https://github.com/redis/go-redis/issues/3102), [#&#8203;3106](https://github.com/redis/go-redis/issues/3106), [#&#8203;3110](https://github.com/redis/go-redis/issues/3110), [#&#8203;3111](https://github.com/redis/go-redis/issues/3111), [#&#8203;3113](https://github.com/redis/go-redis/issues/3113), [#&#8203;3114](https://github.com/redis/go-redis/issues/3114), [#&#8203;3115](https://github.com/redis/go-redis/issues/3115), [#&#8203;3123](https://github.com/redis/go-redis/issues/3123), [#&#8203;3124](https://github.com/redis/go-redis/issues/3124)) - retract v9.5.3 of redisotel and other extra packages ([#&#8203;3108](https://github.com/redis/go-redis/issues/3108)) - Add test coverage reporting and Codecov badge ([#&#8203;3055](https://github.com/redis/go-redis/issues/3055)) - Updated module version that points to retracted package version ([#&#8203;3074](https://github.com/redis/go-redis/issues/3074)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;andy-stark-redis](https://github.com/andy-stark-redis), [@&#8203;ipechorin](https://github.com/ipechorin), [@&#8203;ofekshenawa](https://github.com/ofekshenawa) and [@&#8203;vladvildanov](https://github.com/vladvildanov) ### [`v9.6.2`](https://github.com/redis/go-redis/releases/tag/v9.6.2): 9.6.2 [Compare Source](https://github.com/redis/go-redis/compare/v9.6.1...v9.6.2) ### Changes #### 🐛 Bug Fixes - Fixed bug with broken TLS sessions ([#&#8203;3145](https://github.com/redis/go-redis/issues/3145)) #### Contributors We'd like to thank all the contributors who worked on this release! [@&#8203;ofekshenawa](https://github.com/ofekshenawa) [@&#8203;vladvildanov](https://github.com/vladvildanov) [@&#8203;rentziass](https://github.com/rentziass) </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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
forgejo-actions force-pushed renovate/github.com-redis-go-redis-v9-9.x from c234e3848c to 1cf615cd70 2025-02-28 03:40:22 +00:00 Compare
forgejo-actions changed title from fix(deps): update module github.com/redis/go-redis/v9 to v9.7.0 to fix(deps): update module github.com/redis/go-redis/v9 to v9.7.1 2025-02-28 03:40:23 +00:00
This pull request has changes conflicting with the target branch.
  • go.mod
  • go.sum
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-redis-go-redis-v9-9.x:renovate/github.com-redis-go-redis-v9-9.x
git switch renovate/github.com-redis-go-redis-v9-9.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/github.com-redis-go-redis-v9-9.x
git switch renovate/github.com-redis-go-redis-v9-9.x
git rebase main
git switch main
git merge --ff-only renovate/github.com-redis-go-redis-v9-9.x
git switch renovate/github.com-redis-go-redis-v9-9.x
git rebase main
git switch main
git merge --no-ff renovate/github.com-redis-go-redis-v9-9.x
git switch main
git merge --squash renovate/github.com-redis-go-redis-v9-9.x
git switch main
git merge --ff-only renovate/github.com-redis-go-redis-v9-9.x
git switch main
git merge renovate/github.com-redis-go-redis-v9-9.x
git push origin main
Sign in to join this conversation.
No description provided.