chore(deps): update dependency stackexchange.redis to 3.3.0 - #6831
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe pull request updates ChangesRedis package update
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~3 minutes Change: Other Merge Risk: ⚪ Minimal · up to This update only moves the Redis client library to a newer release in the shared version list and in one example test project. The new maintenance-notification behavior is opt-in, so existing cache and connection code behaves as before, and no merge-blocking risk remains after normal build and test checks. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. A rabbit checks the package trail Comment |
|
This PR contains the following updates:
3.2.15→3.3.0Release Notes
StackExchange/StackExchange.Redis (StackExchange.Redis)
v3.3.0Compare Source
Features
The primary feature in 3.3.0 is "smart-client-handoffs" (aka "hitless"), whereby the client responds to server maintenance notifications on suitable environments. This feature is currently opt-in, and is planned to be automatic (opt-out) in most supported cases in an upcoming release.
Documentation
Opt in through configuration;
or in code:
Changes
Maintenance
Full Changelog: StackExchange/StackExchange.Redis@3.2.15...3.3.0
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 CLI.