Transaction

redis.commands.Transaction
case class Transaction(watcher: Set[String], operations: Queue[Operation[_, _]], redisConnection: ActorRef)(implicit executionContext: ExecutionContext)

Attributes

Source
Transaction.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Transaction.scala

Attributes

Source
Transaction.scala
def ignoredPromise(): Promise[Any]

Attributes

Source
Transaction.scala

Attributes

Source
Transaction.scala
def process(promise: Promise[MultiBulk]): Unit

Attributes

Source
Transaction.scala

Attributes

Source
Transaction.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Implicits

Implicits

Attributes

Source
Transaction.scala