Pfadd
redis.api.hyperloglog.Pfadd
case class Pfadd[K, V](key: K, values: Seq[V])(using redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends RedisCommandIntegerLong
Attributes
- Source
- Pfadd.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class Objecttrait Matchableclass Any
Members list
In this article