package
commands
Type Members
-
-
-
-
-
-
-
-
-
-
-
-
case class
Transaction(watcher: Set[String], operations: Queue[(ByteString, Promise[RedisReply])], redisConnection: ActorRef) extends Product with Serializable
-
case class
TransactionBuilder(redisConnection: ActorRef) extends RedisCommands with Product with Serializable
-
-
case class
TransactionWatchException(message: String = ...) extends Exception with Product with Serializable
-