vertx / io.vertx.rxjava.redis / RedisClient / clusterFailOverWithOptions

clusterFailOverWithOptions

open fun clusterFailOverWithOptions(options: FailoverOptions, handler: Handler<AsyncResult<Void>>): RedisClient

Forces a slave to perform a manual failover of its master.

Parameters

options -

handler - Handler for the result of this call.

Return