sentinel.conf 289 B

12345678910111213
  1. port 26379
  2. dir /tmp
  3. sentinel announce-ip $HOST_IP
  4. sentinel monitor $SENTINEL_NAME $HOST_IP 6479 $SENTINEL_QUORUM
  5. sentinel down-after-milliseconds $SENTINEL_NAME $SENTINEL_DOWN_AFTER
  6. sentinel parallel-syncs $SENTINEL_NAME 1
  7. sentinel failover-timeout $SENTINEL_NAME $SENTINEL_FAILOVER