Getrange
case class Getrange[K, R](key: K, start: Long, end: Long)(implicit redisKey: ByteStringSerializer[K], deserializerR: ByteStringDeserializer[R]) extends SimpleClusterKey[K] with RedisCommandBulkOptionByteString[R]
- Source:
- Strings.scala
trait Serializable
trait Product
trait Equals
trait RedisCommandBulkOptionByteString[R]
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any