HLLCommands

trait HLLCommands[F[_], K, V] extends AsyncCallCommands[F, K, V]
trait AsyncCallCommands[F, K, V]
class Object
trait Matchable
class Any
class RedisClusterCommandsF[F, K, V]
class RedisCommandsF[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]

Inherited methods

protected
def call[R](f: RedisHLLAsyncCommands[K, V] => RedisFuture[R]): F[R]
Inherited from
AsyncCallCommands

Abstract fields

protected
val underlying: RedisHLLAsyncCommands[K, V]

Inherited fields

Inherited from
AsyncCallCommands

Implicits

Inherited implicits

implicit protected
val _async: Async[F]
Inherited from
AsyncCallCommands
implicit protected
val _keyTag: ClassTag[K]
Inherited from
AsyncCallCommands
implicit protected
val _valueTag: ClassTag[V]
Inherited from
AsyncCallCommands