Getrange
redis.api.strings.Getrange
case class Getrange[K, R](key: K, start: Long, end: Long)(using redisKey: ByteStringSerializer[K], deserializerR: ByteStringDeserializer[R]) extends SimpleClusterKey[K], RedisCommandBulkOptionByteString[R]
Attributes
- Source
- Getrange.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandBulkOptionByteString[R]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- Getrange.scala
Inherited methods
Attributes
- Inherited from:
- RedisCommandBulkOptionByteString
- Source
- RedisCommandBulkOptionByteString.scala
Attributes
- Inherited from:
- RedisCommand
- Source
- RedisCommand.scala
Attributes
- Inherited from:
- RedisCommand
- Source
- RedisCommand.scala
Attributes
- Inherited from:
- SimpleClusterKey
- Source
- SimpleClusterKey.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
Attributes
- Inherited from:
- RedisCommandBulk
- Source
- RedisCommandBulk.scala
Attributes
- Inherited from:
- SimpleClusterKey
- Source
- SimpleClusterKey.scala
In this article