redis.api.hyperloglog

Members list

Type members

Classlikes

case class Pfadd[K, V](key: K, values: Seq[V])(using redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends RedisCommandIntegerLong

Attributes

Source
Pfadd.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Pfcount[K](keys: Seq[K])(using redisKey: ByteStringSerializer[K]) extends RedisCommandIntegerLong

Attributes

Source
Pfcount.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Pfmerge[K](destKey: K, sourceKeys: Seq[K])(using redisKey: ByteStringSerializer[K]) extends RedisCommandStatusBoolean

Attributes

Source
Pfmerge.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all