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

masterAwait

suspend fun RedisSentinel.masterAwait(name: String): JsonArray

Show the state and info of the specified master

Parameters

name - master name

handler - Handler for the result of this call

Return