fix(deps): update module github.com/redis/go-redis/v9 to v9.17.0 - abandoned #5058
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v9.16.0->v9.17.0Release Notes
redis/go-redis (github.com/redis/go-redis/v9)
v9.17.0: 9.17.0Compare Source
🚀 Highlights
Redis 8.4 Support
Added support for Redis 8.4, including new commands and features (#3572)
Typed Errors
Introduced typed errors for better error handling using
errors.Asinstead of string checks. Errors can now be wrapped and set to commands in hooks without breaking library functionality (#3602)New Commands
IFEQ,IFNE,IFDEQ,IFDNE) (#3583, #3595)ACLGenPass,ACLUsers, andACLWhoAmI(#3576)SLOWLOG LENandSLOWLOG RESET(#3585)LATENCY LATESTandLATENCY RESET(#3584)Search & Vector Improvements
FT.HYBRIDcommand (#3573)VRANGEcommand for vector sets (#3543)Connection Pool Improvements
Metrics & Observability
✨ New Features
🐛 Bug Fixes
joinErrorsto prevent panic (#3577) by @manisharma⚡ Performance
🧪 Testing & Infrastructure
👥 Contributors
We'd like to thank all the contributors who worked on this release!
@12ya, @ajax16384, @cxljs, @cyningsun, @destinyoooo, @dragneelfps, @htemelski-redis, @manisharma, @ndyakov, @ofekshenawa, @pvragov
Full Changelog: redis/go-redis@v9.16.0...v9.17.0
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.