HyperLogLog

redis.commands.HyperLogLog
trait HyperLogLog extends Request

Attributes

Source:
HyperLogLog.scala
Graph
Supertypes
trait Request
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

def pfadd[V : ByteStringSerializer](key: String, values: V*): Future[Long]

Attributes

Source:
HyperLogLog.scala
def pfcount(keys: String*): Future[Long]

Attributes

Source:
HyperLogLog.scala
def pfmerge(destKey: String, sourceKeys: String*): Future[Boolean]

Attributes

Source:
HyperLogLog.scala

Inherited methods

def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]

Attributes

Inherited from:
Request
Source:
Request.scala

Implicits

Inherited implicits

Attributes

Inherited from:
Request
Source:
Request.scala