Fix #2249: Handle fail on cluster node responses appropriately by NickCraver · Pull Request #2288 · StackExchange/StackExchange.Redis

added 2 commits

October 28, 2022 08:16
Right now we don't pay attention to fail state (PFAIL == FAIL) and continue trying to connect in the main loop. I don't believe this was intended looking at the code, we just weren't handling the flag appropriately. Added now.

Docs at: https://redis.io/commands/cluster-nodes/

slorello89

philon-msft

philon-msft

@NickCraver

@NickCraver