TxResult

io.chrisdavenport.rediculous.RedisTransaction.TxResult
See theTxResult companion object
sealed trait TxResult[+A]

A TxResult Represent the state of a RedisTransaction when run. Success means it completed succesfully, Aborted means we received a Nil Arrary from Redis which represent that at least one key being watched has been modified. An error occurs depending on the succesful execution of the function built in Queued.

Attributes

Companion
object
Source
RedisTransaction.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Aborted.type
class Error
class Success[A]
In this article