HyperLogLogCommands

trait HyperLogLogCommands[F[_], K, V]
class Object
trait Matchable
class Any
trait RedisCommands[F, K, V]

Value members

Methods

def pfAdd(key: K, values: V*): F[Long]
def pfCount(key: K): F[Long]
def pfMerge(outputKey: K, inputKeys: K*): F[Unit]