SentinelCommands

trait SentinelCommands[F[_], K, V] extends AsyncCallCommands[F, K, V]
trait AsyncCallCommands[F, K, V]
class Object
trait Matchable
class Any
class RedisSentinelCommandsF[F, K, V]

Value members

Concrete methods

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

Inherited methods

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

Abstract fields

protected
val underlying: RedisSentinelAsyncCommands[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