Class ReactiveZSetCommands.ZIncrByCommand
java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand
- All Implemented Interfaces:
ReactiveRedisConnection.Command
- Enclosing interface:
- ReactiveZSetCommands
ZINCRBY
command parameters.- Author:
- Christoph Strobl
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionApplies the numeric increment.getValue()
scoreOf
(ByteBuffer member) Creates a newReactiveZSetCommands.ZIncrByCommand
given amember
.storedWithin
(ByteBuffer key) Applies the key.Methods inherited from class org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
getKey
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.redis.connection.ReactiveRedisConnection.Command
getName
-
Method Details
-
scoreOf
Creates a newReactiveZSetCommands.ZIncrByCommand
given amember
.- Parameters:
member
- must not be null.- Returns:
- a new
ReactiveZSetCommands.ZAddCommand
forTuple
.
-
by
Applies the numeric increment. Constructs a new command instance with all previously configured properties.- Parameters:
increment
- must not be null.- Returns:
- a new
ReactiveZSetCommands.ZIncrByCommand
with increment applied.
-
storedWithin
Applies the key. Constructs a new command instance with all previously configured properties.- Parameters:
key
- must not be null.- Returns:
- a new
ReactiveZSetCommands.ZIncrByCommand
with key applied.
-
getValue
- Returns:
- never null.
-
getIncrement
- Returns:
- can be null.
-