BaseCommands

dev.naoh.lettucef.core.async.BaseCommands
trait BaseCommands[F[_], K, V] extends CommandsDeps[F, K, V], BaseCommandsF[<none>, K, V]

Attributes

Graph
Supertypes
trait BaseCommandsF[<none>, K, V]
trait CommandsDeps[F, K, V]
class Object
trait Matchable
class Any
Known subtypes
class RedisAsyncCommandsF[F, K, V]

Members list

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

protected val dispatchHelper: ManualDispatchHelper[K, V]

Attributes

Inherited from:
CommandsDeps

Implicits

Inherited implicits

implicit protected val _async: Async[F]

Attributes

Inherited from:
CommandsDeps