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