Fix CLIENT ID error during handshake by mgravell · Pull Request #2909 · StackExchange/StackExchange.Redis (original) (raw)
This is odd; no idea how this hasn't already flagged, but: the CLIENT ID issued in handshake breaks connections - the auto-config handler didn't report success correctly, leading it to manifest as a protocol failure.
This is probably urgent. I also wonder whether this relates to any of our test breaks. Potentially impacts any servers with version >= 5, which... huh, also includes our entire test suite. Very confused.