open fun sunionstore(destkey: String, keys: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction
Add multiple sets and store the resulting set in a key
keys - List of keys identifying sets to add up
handler - Handler for the result of this call.
Return