RedisTransaction

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class Queued[A](f: Chunk[Resp] => Either[Resp, A])
Companion
object
object Queued
Companion
class
final case
class RedisTxState[A](value: State[(Int, List[NonEmptyList[ByteVector]], Option[ByteVector]), A])
Companion
object
Companion
class
object TxResult
Companion
class
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.

Companion
object

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def unwatch[F[_] : Concurrent]: Redis[F, Status]
def watch[F[_] : Concurrent](keys: List[String]): Redis[F, Status]

Implicits

Implicits

implicit
val applicative: Applicative[RedisTransaction]