vertx / io.vertx.rxjava.redis / RedisTransaction / slaveof

slaveof

open fun slaveof(host: String, port: Int, handler: Handler<AsyncResult<String>>): RedisTransaction

Make the server a slave of another instance

Parameters

host - Host to become this server's master

port - Port of our new master

handler - Handler for the result of this call.

Return