public class RedissonReactiveNumberCommands extends Object implements org.springframework.data.redis.connection.ReactiveNumberCommands
org.springframework.data.redis.connection.ReactiveNumberCommands.DecrByCommand<T extends Number>, org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand<T extends Number>, org.springframework.data.redis.connection.ReactiveNumberCommands.IncrByCommand<T extends Number>| Constructor and Description |
|---|
RedissonReactiveNumberCommands(CommandReactiveExecutor executorService) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> |
decr(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> keys) |
<T extends Number> |
decrBy(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveNumberCommands.DecrByCommand<T>> commands) |
<T extends Number> |
hIncrBy(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand<T>> commands) |
reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> |
incr(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> keys) |
<T extends Number> |
incrBy(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveNumberCommands.IncrByCommand<T>> commands) |
static byte[] |
toByteArray(ByteBuffer buffer) |
public RedissonReactiveNumberCommands(CommandReactiveExecutor executorService)
public reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> incr(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> keys)
incr in interface org.springframework.data.redis.connection.ReactiveNumberCommandspublic <T extends Number> reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveNumberCommands.IncrByCommand<T>,T>> incrBy(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveNumberCommands.IncrByCommand<T>> commands)
incrBy in interface org.springframework.data.redis.connection.ReactiveNumberCommandspublic reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand,Long>> decr(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand> keys)
decr in interface org.springframework.data.redis.connection.ReactiveNumberCommandspublic <T extends Number> reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveNumberCommands.DecrByCommand<T>,T>> decrBy(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveNumberCommands.DecrByCommand<T>> commands)
decrBy in interface org.springframework.data.redis.connection.ReactiveNumberCommandspublic <T extends Number> reactor.core.publisher.Flux<org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand<T>,T>> hIncrBy(org.reactivestreams.Publisher<org.springframework.data.redis.connection.ReactiveNumberCommands.HIncrByCommand<T>> commands)
hIncrBy in interface org.springframework.data.redis.connection.ReactiveNumberCommandspublic static byte[] toByteArray(ByteBuffer buffer)
Copyright © 2014–2020 Redisson. All rights reserved.