HLLCommands

trait HLLCommands[F[_], K, V] extends CommandsDeps[F, K, V] with HLLCommandsF[F, K, V]
trait HLLCommandsF[F, K, V]
trait CommandsDeps[F, K, V]
class Object
trait Matchable
class Any
class RedisSyncCommandsF[F, K, V]

Value members

Concrete methods

def pfadd(key: K, values: V*): F[Long]
def pfcount(keys: K*): F[Long]
def pfmerge(destkey: K, sourcekeys: K*): 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