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