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