vertx / io.vertx.reactivex.redis.sentinel / RedisSentinel / rxCkquorum

rxCkquorum

open fun rxCkquorum(name: String): Single<String>

Check if the current Sentinel configuration is able to reach the quorum needed to failover a master, and the majority needed to authorize the failover. This command should be used in monitoring systems to check if a Sentinel deployment is ok.

Parameters

name - master name

Return