Sentinel

redis.commands.Sentinel
trait Sentinel extends Request

Attributes

Source
Sentinel.scala
Graph
Supertypes
trait Request
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def failover(master: String): Future[Boolean]

Attributes

Source
Sentinel.scala

Attributes

Source
Sentinel.scala

Attributes

Source
Sentinel.scala

Attributes

Source
Sentinel.scala
def resetMaster(pattern: String): Future[Boolean]

Attributes

Source
Sentinel.scala
def slaves(master: String): Future[Seq[Map[String, String]]]

Attributes

Source
Sentinel.scala

Inherited methods

def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]

Attributes

Inherited from:
Request
Source
Request.scala

Implicits

Inherited implicits

Attributes

Inherited from:
Request
Source
Request.scala