vertx / io.vertx.redis / RedisTransaction / slaveof

slaveof

abstract 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.

Since
Redis 1.0.0 group: server