vertx / io.vertx.rxjava.redis.sentinel / RedisSentinel / master

master

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

Show the state and info of the specified master

Parameters

name - master name

handler - Handler for the result of this call

Return