Uses of Class
org.springframework.data.redis.connection.ReactiveNumberCommands.IncrByCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveNumberCommands.IncrByCommand in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptionApplies the numeric value.static <T extends Number>
ReactiveNumberCommands.IncrByCommand<T>ReactiveNumberCommands.IncrByCommand.incr
(ByteBuffer key) Creates a newReactiveNumberCommands.IncrByCommand
given akey
.Modifier and TypeMethodDescription<T extends Number>
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveNumberCommands.IncrByCommand<T>,T>> ReactiveNumberCommands.incrBy
(org.reactivestreams.Publisher<ReactiveNumberCommands.IncrByCommand<T>> commands) Increment value of key by value.Modifier and TypeMethodDescription<T extends Number>
reactor.core.publisher.Flux<ReactiveRedisConnection.NumericResponse<ReactiveNumberCommands.IncrByCommand<T>,T>> ReactiveNumberCommands.incrBy
(org.reactivestreams.Publisher<ReactiveNumberCommands.IncrByCommand<T>> commands) Increment value of key by value.