Psetex
redis.api.strings.Psetex
case class Psetex[K, V](key: K, milliseconds: Long, value: V)(implicit redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K], RedisCommandStatusBoolean
Attributes
- Source
- Psetex.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
- Psetex.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
- Psetex.scala
Inherited fields
Attributes
- Inherited from:
- RedisCommandStatus
- Source
- RedisCommandStatus.scala
Attributes
- Inherited from:
- SimpleClusterKey
- Source
- SimpleClusterKey.scala
In this article