abstract fun slaveof(host: String, port: Int, handler: Handler<AsyncResult<String>>): RedisTransaction
Make the server a slave of another instance
host - Host to become this server's master
handler - Handler for the result of this call.
Since
Redis 1.0.0 group: server