SentinelMonitoredRedisBlockingClient

case class SentinelMonitoredRedisBlockingClient(sentinels: Seq[(String, Int)], master: String, username: Option[String], password: Option[String], db: Option[Int], name: String)(implicit system: ActorSystem, redisDispatcher: RedisDispatcher) extends SentinelMonitoredRedisClientLike with BLists
trait Serializable
trait Product
trait Equals
trait BLists
trait Request
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
BLists
Source:
BLists.scala
Inherited from:
BLists
Source:
BLists.scala
def brpoplpush[R : ByteStringDeserializer](source: String, destination: String, timeout: FiniteDuration): Future[Option[R]]
Inherited from:
BLists
Source:
BLists.scala
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
Inherited from:
Product
def send[T](redisCommand: RedisCommand[_ <: RedisReply, T]): Future[T]
Inherited from:
ActorRequest
Source:
Request.scala
def stop(): Unit

Disconnect from the server (stop the actors)

Disconnect from the server (stop the actors)

Inherited from:
SentinelMonitoredRedisClientLike
Source:
Sentinel.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

override val onNewSlave: (String, Int) => Unit
override val onSlaveDown: (String, Int) => Unit

Implicits

Inherited implicits