vertx / io.vertx.rxjava.redis.sentinel / RedisSentinel / ckquorum

ckquorum

open fun ckquorum(name: String, handler: Handler<AsyncResult<String>>): RedisSentinel

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

handler - Handler for the result of this call

Return