redis
package
redis
Type Members
-
-
-
-
-
-
-
-
-
-
-
-
case class
RedisBlockingClient(host: String = "localhost", port: Int = 6379, password: Option[String] = None, db: Option[Int] = None, name: String = "RedisBlockingClient")(implicit _system: ActorRefFactory) extends RedisClientActorLike with BLists with Product with Serializable
-
case class
RedisClient(host: String = "localhost", port: Int = 6379, password: Option[String] = None, db: Option[Int] = None, name: String = "RedisClient")(implicit _system: ActorRefFactory) extends RedisClientActorLike with RedisCommands with Transactions with Product with Serializable
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
case class
RedisPubSub(host: String = "localhost", port: Int = 6379, channels: Seq[String], patterns: Seq[String], onMessage: (Message) ⇒ Unit = _ => {}, onPMessage: (PMessage) ⇒ Unit = _ => {}, authPassword: Option[String] = None, name: String = "RedisPubSub")(implicit system: ActorRefFactory) extends Product with Serializable
-
-
-
-
case class
RedisServer(host: String = "localhost", port: Int = 6379, password: Option[String] = None, db: Option[Int] = None) extends Product with Serializable
-
-
-
case class
SentinelClient(host: String = "localhost", port: Int = 26379, 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 = "SentinelClient")(implicit _system: ActorSystem) extends RedisClientActorLike with SentinelCommands with Product with Serializable
-
-
-
-
-
-
-
-
Value Members
-
-
-
-
-
-
package
api
-
-