文档说
So please deploy at least three Sentinels in three different boxes always.
但是如果我只用两台机器如下部署的话,会有什么问题吗?
+----+ +------+ | M1 |----//-----| R1 | | S1 | | S2 | | | | S3 | +----+ +------+ 这样我期望 R1 这台挂了的话,redis 什么也不做。如果 M1 挂了的话,Sentinal 还有 2 个,同意开始进行 failover。
