package commands
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait BLists extends Request
Blocking commands on the Lists
- trait Clusters extends Request
Blocking commands on the Lists
- trait Connection extends Request
- trait Geo extends Request
- trait Hashes extends Request
- trait HyperLogLog extends Request
- trait Keys extends Request
- trait Lists extends Request
- trait Publish extends Request
- trait Scripting extends Request
- trait Sentinel extends Request
- trait Server extends Request
- trait Sets extends Request
- trait SortedSets extends Request
- trait Strings extends Request
- case class Transaction(watcher: Set[String], operations: Queue[Operation[_, _]], redisConnection: ActorRef)(implicit executionContext: ExecutionContext) extends Product with Serializable
- case class TransactionBuilder(redisConnection: ActorRef)(implicit executionContext: ExecutionContext) extends BufferedRequest with RedisCommands with Product with Serializable
- case class TransactionExecException(reply: RedisReply) extends Exception with Product with Serializable
- case class TransactionWatchException(message: String = "One watched key has been modified, transaction has failed") extends Exception with Product with Serializable
- trait Transactions extends ActorRequest
Value Members
- case object TransactionDiscardedException extends Exception with Product with Serializable