ObjectEncoding
redis.api.keys.ObjectEncoding
case class ObjectEncoding[K](key: K)(using x$2: ByteStringSerializer[K]) extends SimpleClusterKey[K], RedisCommandBulk[Option[String]]
Attributes
- Source
- ObjectEncoding.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
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
- ObjectEncoding.scala
Inherited fields
Attributes
- Inherited from:
- RedisCommandBulk
- Source
- RedisCommandBulk.scala
Attributes
- Inherited from:
- SimpleClusterKey
- Source
- SimpleClusterKey.scala
In this article