StackExchange / StackExchange.Redis

General purpose redis client
https://stackexchange.github.io/StackExchange.Redis/
Other
5.86k stars 1.5k forks source link

Sentinel: Add HELLO support #2601

Closed NickCraver closed 8 months ago

NickCraver commented 8 months ago

This allows connections through Sentinel via RESP3 by adding HELLO to the command map.

Fixes #2591.