vertx / io.vertx.redis / RedisTransaction / sunion

sunion

abstract fun sunion(keys: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

Add multiple sets

Parameters

keys - List of keys identifying sets to add up

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: set