-
Method Summary
Create a new
RedisSet by diffing this sorted set and the collection
RedisSet and store result in
destination
destKey.
Create a new
RedisSet by diffing this sorted set and
RedisSet and store result in destination
destKey.
Intersect this set and another
RedisSet.
Create a new
RedisSet by intersecting this sorted set and the collection
RedisSet and store result
in destination
destKey.
Create a new
RedisSet by intersecting this sorted set and
RedisSet and store result in destination
destKey.
Returns the cardinality of the set which would result from the intersection of this set and other
RedisSets.
Returns the cardinality of the set which would result from the intersection of this set and another
RedisSet.
Get random element from the set.
Create a new
RedisSet by union this sorted set and the collection
RedisSet and store result in
destination
destKey.
Create a new
RedisSet by union this sorted set and
RedisSet and store result in destination
destKey.
Methods inherited from interface Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray