vertx / io.vertx.reactivex.redis.sentinel / RedisSentinel / slaves

slaves

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

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

Parameters

name - master name

handler - Handler for the result of this call

Return