public interface IHyperLogLogCommands<K,V>
Long pfAdd(K key, V... values)
key - must not be null.values - must not be null.Long pfCount(K... keys)
keys - must not be null or empty.Long pfMerge(K destination, K... sourceKeys)
destination - key of HyperLogLog to move source keys into.sourceKeys - must not be null or empty.Copyright © 2022. All rights reserved.