BaseCommands

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

Value members

Concrete methods

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