Priority: high; the backlog fix (#3002) is rare and niche (specific to low-memory scenarios), but fixes a problem where the client can get into a non-recoverable state.
What's Changed
- fix: Handle Backlog Processor Startup Failures by @nathan-miller23 in https://github.com/StackExchange/StackExchange.Redis/pull/3002
- fix: Propagate PhysicalBridge backlog to ServerCounters by @nathan-...