Package | Description |
---|---|
org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
Modifier and Type | Method and Description |
---|---|
ReactiveNumberCommands.DecrByCommand<T> |
ReactiveNumberCommands.DecrByCommand.by(T value)
Applies the numeric value.
|
static <T extends Number> |
ReactiveNumberCommands.DecrByCommand.decr(ByteBuffer key)
Creates a new
ReactiveNumberCommands.DecrByCommand given a key . |
Modifier and Type | Method and Description |
---|---|
<T extends Number> |
ReactiveNumberCommands.decrBy(org.reactivestreams.Publisher<ReactiveNumberCommands.DecrByCommand<T>> commands)
Decrement value of key by value.
|
Modifier and Type | Method and Description |
---|---|
<T extends Number> |
ReactiveNumberCommands.decrBy(org.reactivestreams.Publisher<ReactiveNumberCommands.DecrByCommand<T>> commands)
Decrement value of key by value.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.