suspend fun RedisClient.slaveofAwait(host: String, port: Int): String
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