SentinelCommands

trait SentinelCommands[F[_], K, V] extends CommandsDeps[F, K, V] with SentinelCommandsF[<none>, K, V]
trait SentinelCommandsF[<none>, K, V]
trait CommandsDeps[F, K, V]
class Object
trait Matchable
class Any

Value members

Concrete methods

def clientGetname(): F[F[Option[K]]]
def clientKill(addr: String): F[F[String]]
def clientKill(killArgs: KillArgs): F[F[Long]]
def clientList(): F[F[String]]
def clientPause(timeout: Long): F[F[String]]
def clientSetname(name: K): F[F[String]]
def failover(key: K): F[F[String]]
def getMasterAddrByName(key: K): F[F[SocketAddress]]
def info(): F[F[String]]
def info(section: String): F[F[String]]
def master(key: K): F[F[Map[K, V]]]
def masters(): F[F[Seq[Map[K, V]]]]
def monitor(key: K, ip: String, port: Int, quorum: Int): F[F[String]]
def ping(): F[F[String]]
def remove(key: K): F[F[String]]
def replicas(key: K): F[F[Seq[Map[K, V]]]]
def reset(key: K): F[F[Long]]
def set(key: K, option: String, value: V): F[F[String]]

Abstract fields

protected val underlying: RedisSentinelAsyncCommands[K, V]

Inherited fields

Inherited from:
CommandsDeps

Implicits

Inherited implicits

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