Setrange
redis.api.strings.Setrange
case class Setrange[K, V](key: K, offset: Long, value: V)(using redisKey: ByteStringSerializer[K], convert: ByteStringSerializer[V]) extends SimpleClusterKey[K], RedisCommandIntegerLong
Attributes
- Source
- Setrange.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- Setrange.scala
Inherited methods
Attributes
- Inherited from:
- RedisCommandIntegerLong
- Source
- RedisCommandIntegerLong.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
Concrete fields
Attributes
- Source
- Setrange.scala
Inherited fields
Attributes
- Inherited from:
- RedisCommandInteger
- Source
- RedisCommandInteger.scala
Attributes
- Inherited from:
- SimpleClusterKey
- Source
- SimpleClusterKey.scala
In this article