ExpireExistenceArg

dev.profunktor.redis4cats.effects.ExpireExistenceArg
See theExpireExistenceArg companion trait

Attributes

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

Members list

Type members

Classlikes

case object Gt extends ExpireExistenceArg

Set expiry only when the new expiry is greater than current one

Set expiry only when the new expiry is greater than current one

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Gt.type
case object Lt extends ExpireExistenceArg

Set expiry only when the new expiry is greater than current one

Set expiry only when the new expiry is greater than current one

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Lt.type
case object Nx extends ExpireExistenceArg

Set expiry only when the key has no expiry

Set expiry only when the key has no expiry

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Nx.type
case object Xx extends ExpireExistenceArg

Set expiry only when the key has an existing expiry

Set expiry only when the key has an existing expiry

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Xx.type

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