RedisSentinelCommandsF

class RedisSentinelCommandsF[F[_], K, V](conn: StatefulRedisSentinelConnection[K, V], codec: RedisCodec[K, V])(implicit F: Async[F], V: ClassTag[V], K: ClassTag[K]) extends SentinelCommands[F, K, V]
trait SentinelCommands[F, K, V]
trait AsyncCallCommands[F, K, V]
class Object
trait Matchable
class Any

Value members

Concrete methods

def closeAsync(): F[Unit]

Inherited methods

protected
def call[R](f: RedisSentinelAsyncCommands[K, V] => RedisFuture[R]): F[R]
Inherited from
AsyncCallCommands
def clientGetname(): F[K]
Inherited from
SentinelCommands
def clientKill(killArgs: KillArgs): F[Long]
Inherited from
SentinelCommands
def clientKill(addr: String): F[String]
Inherited from
SentinelCommands
def clientList(): F[String]
Inherited from
SentinelCommands
def clientPause(timeout: Long): F[String]
Inherited from
SentinelCommands
def clientSetname(name: K): F[String]
Inherited from
SentinelCommands
def failover(key: K): F[String]
Inherited from
SentinelCommands
def getMasterAddrByName(key: K): F[SocketAddress]
Inherited from
SentinelCommands
def info(section: String): F[String]
Inherited from
SentinelCommands
def info(): F[String]
Inherited from
SentinelCommands
def master(key: K): F[Map[K, V]]
Inherited from
SentinelCommands
def masters(): F[Seq[Map[K, V]]]
Inherited from
SentinelCommands
def monitor(key: K, ip: String, port: Int, quorum: Int): F[String]
Inherited from
SentinelCommands
def ping(): F[String]
Inherited from
SentinelCommands
def remove(key: K): F[String]
Inherited from
SentinelCommands
def reset(key: K): F[Long]
Inherited from
SentinelCommands
def set(key: K, option: String, value: V): F[String]
Inherited from
SentinelCommands
def slaves(key: K): F[Seq[Map[K, V]]]
Inherited from
SentinelCommands