Core package for integrating
Redis with Spring concepts.
-
ListOperations.MoveTo.toHead(K key)
ListOperations.MoveTo.toTail(K key)
Atomically returns and removes the first/last element (head/tail depending on the from
argument) of the
list stored at sourceKey
, and pushes the element at the first/last element (head/tail depending on the
to
argument) of the list stored at destinationKey
.
Atomically returns and removes the first/last element (head/tail depending on the from
argument) of the
list stored at sourceKey
, and pushes the element at the first/last element (head/tail depending on the
to
argument) of the list stored at destinationKey
.
default reactor.core.publisher.Mono<V>
Atomically returns and removes the first/last element (head/tail depending on the from
argument) of the
list stored at sourceKey
, and pushes the element at the first/last element (head/tail depending on the
to
argument) of the list stored at destinationKey
.
default reactor.core.publisher.Mono<V>
Atomically returns and removes the first/last element (head/tail depending on the from
argument) of the
list stored at sourceKey
, and pushes the element at the first/last element (head/tail depending on the
to
argument) of the list stored at destinationKey
.