redis

package redis

Visibility
  1. Public
  2. All

Type Members

  1. trait MultiBulkConverter[A] extends AnyRef

  2. case class Operation(request: ByteString, promise: Promise[RedisReply]) extends Product with Serializable

  3. case class RedisBlockingClient(host: String = "localhost", port: Int = 6379, name: String = "RedisBlockingClient")(implicit system: ActorSystem) extends BLists with Product with Serializable

  4. case class RedisClient(host: String = "localhost", port: Int = 6379, name: String = "RedisClient")(implicit system: ActorSystem) extends RedisCommands with Transactions with Product with Serializable

  5. trait RedisCommands extends Keys with Strings with Hashes with Lists with Sets with SortedSets with Publish with Connection with Server

  6. 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

  7. trait RedisValueConverter[A] extends AnyRef

  8. trait Request extends AnyRef

  9. case class Transaction(commands: Seq[Operation]) extends Product with Serializable

Value Members

  1. object MultiBulkConverter

  2. object RedisValueConverter

  3. package actors

  4. package api

  5. package commands

  6. package protocol

Ungrouped