Packages

p

redis

commands

package commands

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BLists extends Request

    Blocking commands on the Lists

  2. trait Clusters extends Request

    Blocking commands on the Lists

  3. trait Connection extends Request
  4. trait Geo extends Request
  5. trait Hashes extends Request
  6. trait HyperLogLog extends Request
  7. trait Keys extends Request
  8. trait Lists extends Request
  9. trait Publish extends Request
  10. trait Scripting extends Request
  11. trait Sentinel extends Request
  12. trait Server extends Request
  13. trait Sets extends Request
  14. trait SortedSets extends Request
  15. trait Strings extends Request
  16. case class Transaction(watcher: Set[String], operations: Queue[Operation[_, _]], redisConnection: ActorRef)(implicit executionContext: ExecutionContext) extends Product with Serializable
  17. case class TransactionBuilder(redisConnection: ActorRef)(implicit executionContext: ExecutionContext) extends BufferedRequest with RedisCommands with Product with Serializable
  18. case class TransactionExecException(reply: RedisReply) extends Exception with Product with Serializable
  19. case class TransactionWatchException(message: String = "One watched key has been modified, transaction has failed") extends Exception with Product with Serializable
  20. trait Transactions extends ActorRequest

Value Members

  1. case object TransactionDiscardedException extends Exception with Product with Serializable

Ungrouped