Uses of Class
org.springframework.data.redis.core.ListOperations.MoveFrom
Packages that use ListOperations.MoveFrom
-
Uses of ListOperations.MoveFrom in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return ListOperations.MoveFromModifier and TypeMethodDescriptionstatic <K> ListOperations.MoveFrom<K>ListOperations.MoveFrom.fromHead(K key) static <K> ListOperations.MoveFrom<K>ListOperations.MoveFrom.fromTail(K key) Methods in org.springframework.data.redis.core with parameters of type ListOperations.MoveFromModifier and TypeMethodDescriptiondefault VListOperations.move(ListOperations.MoveFrom<K> from, ListOperations.MoveTo<K> to) Atomically returns and removes the first/last element (head/tail depending on thefromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey.default VListOperations.move(ListOperations.MoveFrom<K> from, ListOperations.MoveTo<K> to, Duration timeout) Atomically returns and removes the first/last element (head/tail depending on thefromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey.default reactor.core.publisher.Mono<V>ReactiveListOperations.move(ListOperations.MoveFrom<K> from, ListOperations.MoveTo<K> to) Atomically returns and removes the first/last element (head/tail depending on thefromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey.default reactor.core.publisher.Mono<V>ReactiveListOperations.move(ListOperations.MoveFrom<K> from, ListOperations.MoveTo<K> to, Duration timeout) Atomically returns and removes the first/last element (head/tail depending on thefromargument) of the list stored atsourceKey, and pushes the element at the first/last element (head/tail depending on thetoargument) of the list stored atdestinationKey.