vertx / io.vertx.rxjava.redis / RedisClient / clusterFailover

clusterFailover

open fun clusterFailover(handler: Handler<AsyncResult<Void>>): RedisClient

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

Parameters

handler - Handler for the result of this call.

Return