open fun slaveof(host: String, port: Int, handler: Handler<AsyncResult<String>>): RedisClient
Make the server a slave of another instance
host - Host to become this server's master
host
port - Port of our new master
port
handler - Handler for the result of this call.
handler
Return