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

sentinelsAwait

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

Show a list of sentinel instances for this master, and their state

Parameters

name - master name

handler - Handler for the result of this call

Return