Fix #2249: Handle fail on cluster node responses appropriately by NickCraver · Pull Request #2288 · StackExchange/StackExchange.Redis
added 2 commits
October 28, 2022 08:16Right 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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters