Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
StackExchange
/
StackExchange.Redis
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.2k
Code
Issues
198
Pull requests
19
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Maintenance notifications: relax timeouts, and read the cluster delta (D4, part of D5)
- #3194
#3194
Merged
mgravell
merged 22 commits into
marc/maint-optin-client
StackExchange/StackExchange.Redis:marc/maint-optin-client
from
marc/maint-relaxed-timeouts
StackExchange/StackExchange.Redis:marc/maint-relaxed-timeouts
Copy head branch name to clipboard
Sep 1, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Maintenance notifications: relax timeouts, and read the cluster delta (D4, part of D5)
#3194
mgravell
merged 22 commits into
marc/maint-optin-client
StackExchange/StackExchange.Redis:marc/maint-optin-client
from
marc/maint-relaxed-timeouts
StackExchange/StackExchange.Redis:marc/maint-relaxed-timeouts
Copy head branch name to clipboard
Commits
Commits on Aug 26, 2026
Relax command timeouts while a server announces a disruption
Show description for 179a51e
mgravell
committed
179a51e
View commit details
Copy full SHA for 179a51e
Browse repository at this point
Report maintenance context on the faults it causes
Show description for 112f4c4
mgravell
committed
112f4c4
View commit details
Copy full SHA for 112f4c4
Browse repository at this point
Read the nested cluster slot-migration payload
Show description for a20c6f8
mgravell
committed
a20c6f8
View commit details
Copy full SHA for a20c6f8
Browse repository at this point
Document the maintenance options and named defaults providers
Show description for 2beec86
mgravell
committed
2beec86
View commit details
Copy full SHA for 2beec86
Browse repository at this point
Refresh topology when slots migrate away from us
Show description for 8918dcd
mgravell
committed
8918dcd
View commit details
Copy full SHA for 8918dcd
Browse repository at this point
Re-establish sharded subscriptions when their slots move
Show description for bb87eae
mgravell
committed
bb87eae
View commit details
Copy full SHA for bb87eae
Browse repository at this point
Make the fake announce its own migrations, and fix what that exposed
Show description for 8e75ef4
mgravell
committed
8e75ef4
View commit details
Copy full SHA for 8e75ef4
Browse repository at this point
Stop chasing a delivery failure that was never about migration
Show description for 6f631ea
mgravell
committed
6f631ea
View commit details
Copy full SHA for 6f631ea
Browse repository at this point
Toy server: sharded publish delivered to nobody, ever
Show description for d72091d
mgravell
committed
d72091d
View commit details
Copy full SHA for d72091d
Browse repository at this point
Retire nodes that leave the cluster, narrowed from "serving no slots"
Show description for 97cd57f
mgravell
committed
97cd57f
View commit details
Copy full SHA for 97cd57f
Browse repository at this point
Gate the retirement test, and record what the heartbeat theory did not explain
Show description for 8b5f880
mgravell
committed
8b5f880
View commit details
Copy full SHA for 8b5f880
Browse repository at this point
Record what makes a departed node look active: our own probes
Show description for e221122
mgravell
committed
e221122
View commit details
Copy full SHA for e221122
Browse repository at this point
Idleness should count caller work, not ours
Show description for 1715117
mgravell
committed
1715117
View commit details
Copy full SHA for 1715117
Browse repository at this point
Commits on Aug 27, 2026
Clarify which subscription keep-alive actually fires
Show description for a93415f
mgravell
committed
a93415f
View commit details
Copy full SHA for a93415f
Browse repository at this point
Drain on caller work too, and correct the record on the keep-alive
Show description for 82f5e83
mgravell
committed
82f5e83
View commit details
Copy full SHA for 82f5e83
Browse repository at this point
Watch a real deployment, and match the fake to what one sends
Show description for 921fe2d
mgravell
committed
921fe2d
View commit details
Copy full SHA for 921fe2d
Browse repository at this point
Understand a captured MOVING, and stop dedup ignoring sequence zero
Show description for f73d98a
mgravell
committed
f73d98a
View commit details
Copy full SHA for f73d98a
Browse repository at this point
Sequence ids are evidence-backed now, not an invention
Show description for 03eaf26
mgravell
committed
03eaf26
View commit details
Copy full SHA for 03eaf26
Browse repository at this point
One event per logical notification, and captures for the DMC family
Show description for db6fd38
mgravell
committed
db6fd38
View commit details
Copy full SHA for db6fd38
Browse repository at this point
Commits on Aug 28, 2026
Model the server's catch-up channel in the fake
Show description for 4638006
mgravell
committed
4638006
View commit details
Copy full SHA for 4638006
Browse repository at this point
Probe traffic is not caller work, and drop a ValueTuple from the library
Show description for 713c43e
mgravell
committed
713c43e
View commit details
Copy full SHA for 713c43e
Browse repository at this point
Commits on Sep 1, 2026
Maintenance notifications: the MOVING resolve primitive, and a fake that closes the socket (part of D6) (#3202)
Show description for d77694c
mgravell
authored
d77694c
View commit details
Copy full SHA for d77694c
Browse repository at this point
You can’t perform that action at this time.