Setex
redis.api.strings.Setex
case class Setex[K, V](key: K, seconds: Long, value: V)(using redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K], RedisCommandStatusBoolean
Attributes
- Source
- Setex.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- Setex.scala
Inherited methods
Attributes
- Inherited from:
- RedisCommandStatusBoolean
- Source
- RedisCommandStatusBoolean.scala
Attributes
- Inherited from:
- RedisCommand
- Source
- RedisCommand.scala
Attributes
- Inherited from:
- RedisCommand
- Source
- RedisCommand.scala
Attributes
- Inherited from:
- SimpleClusterKey
- Source
- SimpleClusterKey.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Attributes
- Source
- Setex.scala
Inherited fields
Attributes
- Inherited from:
- RedisCommandStatus
- Source
- RedisCommandStatus.scala
Attributes
- Inherited from:
- SimpleClusterKey
- Source
- SimpleClusterKey.scala
In this article