Pfcount
redis.api.hyperloglog.Pfcount
case class Pfcount[K](keys: Seq[K])(using redisKey: ByteStringSerializer[K]) extends RedisCommandIntegerLong
Attributes
- Source
- Pfcount.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- Pfcount.scala
Inherited methods
Attributes
- Inherited from:
- RedisCommandIntegerLong
- Source
- RedisCommandIntegerLong.scala
Attributes
- Inherited from:
- RedisCommand
- Source
- RedisCommand.scala
Attributes
- Inherited from:
- RedisCommand
- Source
- RedisCommand.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Attributes
- Source
- Pfcount.scala
Inherited fields
Attributes
- Inherited from:
- RedisCommandInteger
- Source
- RedisCommandInteger.scala
In this article