redis
package
redis
Type Members
-
-
case class
Operation(request: ByteString, promise: Promise[RedisReply]) extends Product with Serializable
-
case class
RedisBlockingClient(host: String = "localhost", port: Int = 6379, name: String = "RedisBlockingClient")(implicit system: ActorSystem) extends BLists with Product with Serializable
-
case class
RedisClient(host: String = "localhost", port: Int = 6379, name: String = "RedisClient")(implicit system: ActorSystem) extends 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 = ..., name: String = "RedisPubSub")(implicit system: ActorSystem) extends Product with Serializable
-
-
trait
Request extends AnyRef
-
case class
Transaction(commands: Seq[Operation]) extends Product with Serializable
Value Members
-
-
-
-
package
api
-
-