HLLCommands

trait HLLCommands[F[_], K, V] extends CommandsDeps[F, K, V] with HLLCommandsF[<none>, K, V]
trait HLLCommandsF[<none>, K, V]
trait CommandsDeps[F, K, V]
class Object
trait Matchable
class Any
class RedisAsyncCommandsF[F, K, V]

Value members

Concrete methods

def pfadd(key: K, values: V*): F[F[Long]]
def pfcount(keys: K*): F[F[Long]]
def pfmerge(destkey: K, sourcekeys: K*): F[F[String]]

Abstract fields

protected val underlying: RedisHLLAsyncCommands[K, V]

Inherited fields

Inherited from:
CommandsDeps

Implicits

Inherited implicits

implicit protected val _async: Async[F]
Inherited from:
CommandsDeps