Pfmerge
redis.api.hyperloglog.Pfmerge
case class Pfmerge[K](destKey: K, sourceKeys: Seq[K])(using redisKey: ByteStringSerializer[K]) extends RedisCommandStatusBoolean
Attributes
- Source
- Pfmerge.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- Pfmerge.scala
Inherited methods
Attributes
- Inherited from:
- RedisCommandStatusBoolean
- Source
- RedisCommandStatusBoolean.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
- Pfmerge.scala
Inherited fields
Attributes
- Inherited from:
- RedisCommandStatus
- Source
- RedisCommandStatus.scala
In this article