Setbit
redis.api.strings.Setbit
case class Setbit[K](key: K, offset: Long, value: Boolean)(using x$4: ByteStringSerializer[K]) extends SimpleClusterKey[K], RedisCommandIntegerBoolean
Attributes
- Source
- Setbit.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
- Setbit.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
- Setbit.scala
Inherited fields
Attributes
- Inherited from:
- RedisCommandInteger
- Source
- RedisCommandInteger.scala
Attributes
- Inherited from:
- SimpleClusterKey
- Source
- SimpleClusterKey.scala
In this article