TxResult

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.

Companion
object
class Object
trait Matchable
class Any
object Aborted
class Error
class Success[A]