GetExArg

dev.profunktor.redis4cats.effects.GetExArg
See theGetExArg companion trait
object GetExArg

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
GetExArg.type

Members list

Type members

Classlikes

case class Ex(duration: FiniteDuration) extends GetExArg

Set Expiration in Seconds

Set Expiration in Seconds

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GetExArg
class Object
trait Matchable
class Any
Show all
case class ExAt(at: Instant) extends GetExArg

Set Expiration time in Seconds

Set Expiration time in Seconds

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GetExArg
class Object
trait Matchable
class Any
Show all
case object Persist extends GetExArg

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait GetExArg
class Object
trait Matchable
class Any
Show all
Self type
Persist.type
case class Px(duration: FiniteDuration) extends GetExArg

Set Expiration in Millis

Set Expiration in Millis

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GetExArg
class Object
trait Matchable
class Any
Show all
case class PxAt(at: Instant) extends GetExArg

Set Expiration time in Millis

Set Expiration time in Millis

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait GetExArg
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror