Interface ReactiveHyperLogLogOperations<K,V>
public interface ReactiveHyperLogLogOperations<K,V>
Reactive Redis operations for working on a HyperLogLog multiset.
- Since:
- 2.0
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionAdds the given values to the key.Removes the given key.Gets the current number of elements within the key.Merges all values of given sourceKeys into destination key.
-
Method Details
-
add
-
size
-
union
-
delete
-