HyperLogLogCommands

dev.profunktor.redis4cats.algebra.HyperLogLogCommands
trait HyperLogLogCommands[F[_], K, V]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait RedisCommands[F, K, V]

Members list

Value members

Abstract methods

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