vertx / io.vertx.kotlin.redis.sentinel / io.vertx.redis.sentinel.RedisSentinel / ckquorumAwait

ckquorumAwait

suspend fun RedisSentinel.ckquorumAwait(name: String): 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

handler - Handler for the result of this call

Return