SentinelClient

redis.SentinelClient
case class SentinelClient(var host: String, var port: Int, onMasterChange: (String, String, Int) => Unit, onNewSentinel: (String, String, Int) => Unit, onSentinelDown: (String, String, Int) => Unit, onNewSlave: (String, String, Int) => Unit, onSlaveDown: (String, String, Int) => Unit, name: String)(implicit _system: ActorSystem, redisDispatcher: RedisDispatcher) extends RedisClientActorLike with SentinelCommands

Attributes

Source:
Sentinel.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Sentinel
trait Request
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def stop(): Unit

Disconnect from the server (stop the actors)

Disconnect from the server (stop the actors)

Attributes

Definition Classes
Source:
Sentinel.scala

Inherited methods

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

Attributes

Inherited from:
Sentinel
Source:
Sentinel.scala

Attributes

Inherited from:
RedisClientActorLike
Source:
Redis.scala

Attributes

Inherited from:
Sentinel
Source:
Sentinel.scala

Attributes

Inherited from:
Sentinel
Source:
Sentinel.scala

Attributes

Inherited from:
Sentinel
Source:
Sentinel.scala

Attributes

Inherited from:
RedisClientActorLike
Source:
Redis.scala

Attributes

Inherited from:
RedisClientActorLike
Source:
Redis.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def reconnect(host: String, port: Int): Unit

Attributes

Inherited from:
RedisClientActorLike
Source:
Redis.scala

Attributes

Inherited from:
Sentinel
Source:
Sentinel.scala
def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]

Attributes

Inherited from:
ActorRequest
Source:
Request.scala
def slaves(master: String): Future[Seq[Map[String, String]]]

Attributes

Inherited from:
Sentinel
Source:
Sentinel.scala

Concrete fields

val channels: Seq[String]

Attributes

Source:
Sentinel.scala

Attributes

Source:
Sentinel.scala

Attributes

Source:
Sentinel.scala

Attributes

Source:
Sentinel.scala

Inherited fields

val db: Option[Int]

Attributes

Inherited from:
RedisClientActorLike
Source:
Redis.scala

Attributes

Inherited from:
RedisClientActorLike
Source:
Redis.scala

Attributes

Inherited from:
RedisClientActorLike
Source:
Redis.scala

Attributes

Inherited from:
RedisClientActorLike
Source:
Redis.scala

Implicits

Inherited implicits

Attributes

Inherited from:
RedisClientActorLike
Source:
Redis.scala