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