Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZIncrByCommand
Packages that use 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
Methods in org.springframework.data.redis.connection that return ReactiveZSetCommands.ZIncrByCommandModifier and TypeMethodDescriptionApplies the numeric increment.ReactiveZSetCommands.ZIncrByCommand.scoreOf
(ByteBuffer member) Creates a newReactiveZSetCommands.ZIncrByCommand
given amember
.ReactiveZSetCommands.ZIncrByCommand.storedWithin
(ByteBuffer key) Applies the key.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveZSetCommands.ZIncrByCommandModifier 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()
.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveZSetCommands.ZIncrByCommandModifier 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()
.