chore(deps): update dependency stackexchange.redis to 2.13.10 - #5985
Conversation
There was a problem hiding this comment.
Dependency Update Review: StackExchange.Redis 2.13.1 → 2.13.10
This is a straightforward patch-level dependency update generated by Renovate. The change is minimal and well-scoped:
Directory.Packages.props— central version pinned to2.13.10examples/CloudShop/CloudShop.Tests/CloudShop.Tests.csproj— direct reference updated to match
Assessment
The update looks correct and safe. A few observations on the release notes:
- Bug fix included: Incorrect routing of some sorted-set and stream commands is fixed (#3080). If the CloudShop example exercises sorted sets or streams against Redis, this patch is worth having.
- TCP keep-alive enabled by default (#3078): This is a behavior change, not just a bug fix. In most scenarios this is beneficial (drops stale connections faster), but worth noting. The CloudShop tests use Redis as an infrastructure dependency, so the impact should be limited to test-setup connection behavior.
- Draft support for Redis 8.8 arrays and CI updates are low-risk additions.
No Issues Found
The version bump is consistent across both files, the use of central package management (Directory.Packages.props) is correctly maintained, and no other files reference the old version. Auto-merge is appropriate for a patch update of this nature.
Up to standards ✅🟢 Issues |
| Metric | Results |
|---|---|
| Complexity | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewerTIP This summary will be updated as you push new changes.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
2.13.1→2.13.10Release Notes
StackExchange/StackExchange.Redis (StackExchange.Redis)
v2.13.10Compare Source
What's Changed
ConfigurationOptions: don't serialize (ToString()) or cloneProtocolif it comes from the defaults-provider by @mgravell in #3082Full Changelog: StackExchange/StackExchange.Redis@2.13.1...2.13.10
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate.