redis

commands

package commands

Visibility
  1. Public
  2. All

Type Members

  1. trait BLists extends Request

    Blocking commands on the Lists

  2. trait Connection extends Request

  3. trait Hashes extends Request

  4. trait Keys extends Request

  5. trait Lists extends Request

  6. trait Publish extends Request

  7. trait Server extends Request

  8. trait Sets extends Request

  9. sealed trait ShutdownModifier extends AnyRef

  10. trait SortedSets extends Request

  11. trait Strings extends Request

  12. case class Transaction(watcher: Set[String], operations: Queue[(ByteString, Promise[RedisReply])], redisConnection: ActorRef) extends Product with Serializable

  13. case class TransactionBuilder(redisConnection: ActorRef) extends RedisCommands with Product with Serializable

  14. case class TransactionExecException(reply: RedisReply) extends Exception with Product with Serializable

  15. case class TransactionWatchException(message: String = ...) extends Exception with Product with Serializable

  16. trait Transactions extends Request

Value Members

  1. object NOSAVE extends ShutdownModifier with Product with Serializable

  2. object SAVE extends ShutdownModifier with Product with Serializable

  3. object TransactionDiscardedException extends Exception with Product with Serializable

Ungrouped