Beispiel #1
0
        public HashSet <string> Intersect(params IRedisSet[] withSets)
        {
            var allSetIds = MergeSetIds(withSets);

            return(client.GetIntersectFromSets(allSetIds.ToArray()));
        }