abstract fun sinter(keys: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction
Intersect multiple sets
keys - List of keys to perform intersection on
handler - Handler for the result of this call.
Since
Redis 1.0.0 group: set