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

rxGetMasterAddrByName

open fun rxGetMasterAddrByName(name: String): Single<JsonArray>

Return the ip and port number of the master with that name. If a failover is in progress or terminated successfully for this master it returns the address and port of the promoted slave

Parameters

name - master name

Return