vertx / io.vertx.redis / RedisTransaction / clusterFailover

clusterFailover

abstract fun clusterFailover(handler: Handler<AsyncResult<String>>): RedisTransaction

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

Parameters

handler - Handler for the result of this call.

Since
Redis 3.0.0 group: cluster