Uses of Class
org.springframework.data.redis.connection.ReactiveZSetCommands.ZAddCommand
Packages that use 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
Methods in org.springframework.data.redis.connection that return ReactiveZSetCommands.ZAddCommandModifier 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.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveZSetCommands.ZAddCommandModifier 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.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveZSetCommands.ZAddCommandModifier 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.