Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZIncrByCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionApplies the numeric increment.ReactiveZSetCommands.ZIncrByCommand.scoreOf
(ByteBuffer member) Creates a newReactiveZSetCommands.ZIncrByCommand
given amember
.ReactiveZSetCommands.ZIncrByCommand.storedWithin
(ByteBuffer key) Applies the key.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZIncrByCommand,
Double>> ReactiveZSetCommands.zIncrBy
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZIncrByCommand> commands) Increment the score of element withgetValue()
in sorted set bygetIncrement()
.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZIncrByCommand,
Double>> ReactiveZSetCommands.zIncrBy
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZIncrByCommand> commands) Increment the score of element withgetValue()
in sorted set bygetIncrement()
.