vertx / io.vertx.redis / RedisTransaction / sinter

sinter

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

Intersect multiple sets

Parameters

keys - List of keys to perform intersection on

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: set