Setex
redis.api.strings.Setex
case class Setex[K, V](key: K, seconds: Long, value: V)(implicit redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K] with RedisCommandStatusBoolean
Attributes
- Source:
- Strings.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass Any