SentinelMonitoredRedisClientLike

abstract class SentinelMonitoredRedisClientLike(system: ActorSystem, redisDispatcher: RedisDispatcher) extends SentinelMonitored with ActorRequest
class Object
trait Matchable
class Any

Value members

Concrete methods

def stop(): Unit

Disconnect from the server (stop the actors)

Disconnect from the server (stop the actors)

Source:
Sentinel.scala

Inherited methods

def internalOnNewSlave(masterName: String, ip: String, port: Int): Unit
Inherited from:
SentinelMonitored
Source:
Sentinel.scala
def internalOnSlaveDown(masterName: String, ip: String, port: Int): Unit
Inherited from:
SentinelMonitored
Source:
Sentinel.scala
def onNewSentinel(masterName: String, sentinelip: String, sentinelport: Int): Unit
Inherited from:
SentinelMonitored
Source:
Sentinel.scala
def onSentinelDown(masterName: String, sentinelip: String, sentinelport: Int): Unit
Inherited from:
SentinelMonitored
Source:
Sentinel.scala
def onSwitchMaster(masterName: String, ip: String, port: Int): Unit
Inherited from:
SentinelMonitored
Source:
Sentinel.scala
def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]
Inherited from:
ActorRequest
Source:
Request.scala
def withMasterAddr[T](initFunction: (String, Int) => T): T
Inherited from:
SentinelMonitored
Source:
Sentinel.scala
def withSlavesAddr[T](initFunction: Seq[(String, Int)] => T): T
Inherited from:
SentinelMonitored
Source:
Sentinel.scala

Concrete fields

Inherited fields

Inherited from:
SentinelMonitored
Source:
Sentinel.scala

Implicits

Inherited implicits