vertx / io.vertx.rxjava.redis / RedisTransaction / rxSunionstore

rxSunionstore

open fun rxSunionstore(destkey: String, keys: MutableList<String>): Single<String>

Add multiple sets and store the resulting set in a key

Parameters

destkey - Destination key

keys - List of keys identifying sets to add up

Return