Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveZSetCommands.ZAddCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionReactiveZSetCommands.ZAddCommand.ch()
Applies ch mode (Modify the return value from the number of new elements added, to the total number of elements changed).ReactiveZSetCommands.ZAddCommand.gt()
Applies GT mode.ReactiveZSetCommands.ZAddCommand.incr()
Applies incr mode (When this option is specified ZADD acts like ZINCRBY).ReactiveZSetCommands.ZAddCommand.lt()
Applies LT mode.ReactiveZSetCommands.ZAddCommand.nx()
Applies nx mode (Don't update already existing elements.ReactiveZSetCommands.ZAddCommand.to
(ByteBuffer key) Applies the key.Creates a newReactiveZSetCommands.ZAddCommand
given aTuple
.ReactiveZSetCommands.ZAddCommand.tuples
(Collection<? extends Tuple> tuples) ReactiveZSetCommands.ZAddCommand.xx()
Applies xx mode (Only update elements that already exist.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZAddCommand,
Number>> ReactiveZSetCommands.zAdd
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZAddCommand> commands) AddgetTuples()
to a sorted set atReactiveRedisConnection.KeyCommand.getKey()
, or update its score if it already exists.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveZSetCommands.ZAddCommand,
Number>> ReactiveZSetCommands.zAdd
(org.reactivestreams.Publisher<ReactiveZSetCommands.ZAddCommand> commands) AddgetTuples()
to a sorted set atReactiveRedisConnection.KeyCommand.getKey()
, or update its score if it already exists.