RedisTransaction

io.chrisdavenport.rediculous.RedisTransaction$
See theRedisTransaction companion class

Attributes

Companion:
class
Source:
RedisTransaction.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Source:
RedisTransaction.scala
Graph
Supertypes
class Object
trait Matchable
class Any
final case class Queued[A](f: Chunk[Resp] => Either[Resp, A])

Attributes

Companion:
object
Source:
RedisTransaction.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object Queued

Attributes

Companion:
class
Source:
RedisTransaction.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Queued.type
final case class RedisTxState[A](value: State[(Int, List[NonEmptyList[ByteVector]], Option[ByteVector]), A])

Attributes

Companion:
object
Source:
RedisTransaction.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
RedisTransaction.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object TxResult

Attributes

Companion:
trait
Source:
RedisTransaction.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
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.

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]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def unwatch[F[_] : Concurrent]: Redis[F, Status]

Attributes

Source:
RedisTransaction.scala
def watch[F[_] : Concurrent](keys: List[String]): Redis[F, Status]

Attributes

Source:
RedisTransaction.scala

Implicits

Implicits

Attributes

Source:
RedisTransaction.scala