BaseCommands

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

Value members

Concrete methods

def echo(msg: V): F[F[V]]
def ping(): F[F[String]]
def publish(channel: K, message: V): F[F[Long]]
def pubsubChannels(): F[F[Seq[K]]]
def pubsubChannels(channel: K): F[F[Seq[K]]]
def pubsubNumpat(): F[F[Long]]
def pubsubNumsub(channels: K*): F[F[Map[K, Long]]]
def quit(): F[F[String]]
def readOnly(): F[F[String]]
def readWrite(): F[F[String]]
def role(): F[F[List[RedisData[V]]]]
def waitForReplication(replicas: Int, timeout: Long): F[F[Long]]

Abstract fields

protected
val underlying: BaseRedisAsyncCommands[K, V]

Inherited fields

Inherited from
CommandsDeps

Implicits

Inherited implicits

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