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

slavesAwait

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

Show a list of slaves for this master, and their state

Parameters

name - master name

handler - Handler for the result of this call

Return