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
- Source:
- Sentinel.scala
trait Serializable
trait Product
trait Equals
trait SentinelCommands
trait Sentinel
trait Request
class RedisClientActorLike
trait ActorRequest
class Object
trait Matchable
class Any
Value members
Concrete methods
Disconnect from the server (stop the actors)
Disconnect from the server (stop the actors)
- Definition Classes
- Source:
- Sentinel.scala