Channel routing: revert non-S routing to random, with new API to opt into routed by mgravell · Pull Request #2958 · StackExchange/StackExchange.Redis

@mgravell

- by default: use round-robin (not channel-routing) for "non-sharded" pub/sub
- add new API for channel-routed literals/wildcards
- when publishing, if we're also subscribed: use that connection
- randomize where the round-robin starts, to better randomize startup behaviour

@mgravell mentioned this pull request

Sep 24, 2025

@mgravell

philon-msft

@mgravell