Setex
case class Setex[K, V](key: K, seconds: Long, value: V)(implicit redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K] with RedisCommandStatusBoolean
- Source:
- Strings.scala
trait Serializable
trait Product
trait Equals
trait RedisCommandStatus[Boolean]
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any