Restore
redis.api.keys.Restore
case class Restore[K, V](key: K, ttl: Long, serializedValue: V)(implicit redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K] with RedisCommandStatusBoolean
Attributes
- Source:
- Keys.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait RedisCommandStatus[Boolean]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass Any