vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / sunionAwait

sunionAwait

suspend fun RedisClient.sunionAwait(keys: List<String>): JsonArray

Add multiple sets

Parameters

keys - List of keys identifying sets to add up

handler - Handler for the result of this call.

Return