suspend fun RedisTransaction.sinterAwait(keys: List<String>): String
Intersect multiple sets
keys - List of keys to perform intersection on
keys
handler - Handler for the result of this call.
handler
Return