Skip to content

chore(deps): update dependency stackexchange.redis to 3.3.0 - #6831

Merged
thomhurst merged 1 commit into
mainfrom
renovate/stackexchange.redis-3.x
Sep 18, 2026
Merged

thomhurst merged 1 commit into
mainfrom
renovate/stackexchange.redis-3.x

Conversation

@thomhurst

@thomhurst thomhurst commented Sep 18, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
StackExchange.Redis (source) nuget minor 3.2.153.3.0

Release Notes

StackExchange/StackExchange.Redis (StackExchange.Redis)

v3.3.0

Compare 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;

my-redis.internal.example.com:6379,maintNotifications=Auto

or in code:

options.MaintenanceNotifications = MaintenanceNotificationMode.Auto;
Changes
  • Server-native maintenance notifications: opt in, react, hand off, and recover when nothing is announced by @​mgravell in #​3191
Maintenance

Full Changelog: StackExchange/StackExchange.Redis@3.2.15...3.3.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Sep 18, 2026
@thomhurst
thomhurst enabled auto-merge (squash) September 18, 2026 05:13
@thomhurst
thomhurst deployed to Pull Requests September 18, 2026 05:13 — with GitHub Actions Active
@thomhurst
thomhurst deployed to Pull Requests September 18, 2026 05:13 — with GitHub Actions Active
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai

coderabbitai Bot commented Sep 18, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 782461d7-77b0-4c85-b616-f9bcecdbc0f0

📥 Commits

Reviewing files that changed from the base of the PR and between 4214dd2 and 543e7c1.

📒 Files selected for processing (2)
  • Directory.Packages.props
  • examples/CloudShop/CloudShop.Tests/CloudShop.Tests.csproj

Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review.


📝 Walkthrough

Walkthrough

The pull request updates StackExchange.Redis from version 3.2.15 to 3.3.0 in central package management and the CloudShop test project.

Changes

Redis package update

Layer / File(s) Summary
Align StackExchange.Redis versions
Directory.Packages.props, examples/CloudShop/CloudShop.Tests/CloudShop.Tests.csproj
The central package version and CloudShop test project reference now use StackExchange.Redis version 3.3.0.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~3 minutes

Change: Other

Merge Risk: ⚪ Minimal · up to 543e7

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)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely identifies the main change: updating the StackExchange.Redis dependency to version 3.3.0.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR

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.

❤️ Share

A rabbit checks the package trail
Redis hops to a newer rail
Central versions match in place
CloudShop follows at a steady pace
Clean updates leave no trace

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Sep 18, 2026

Copy link
Copy Markdown

RetriggerConfidence Score: 5/5

The dependency update appears safe to merge, with no actionable compatibility or consistency issues identified.

Summary

This PR updates StackExchange.Redis from 3.2.15 to 3.3.0.

  • Updates the central package version used by repository projects.
  • Updates the explicit CloudShop test-project dependency, which is outside the central package-management scope.

Reviews (1) · Last reviewed commit: "chore(deps): update dependency stackexch..."

@thomhurst
thomhurst merged commit a09f440 into main Sep 18, 2026
13 of 14 checks passed
@thomhurst
thomhurst deleted the renovate/stackexchange.redis-3.x branch September 18, 2026 05:41
This was referenced Sep 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants