Class ListOperations.MoveFrom<K>
java.lang.Object
org.springframework.data.redis.core.ListOperations.MoveFrom<K>
- Type Parameters:
K
-
- Enclosing interface:
- ListOperations<K,
V>
Value object representing the
where from
part for the LMOVE
command.- Since:
- 2.6
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K> ListOperations.MoveFrom<K>
fromHead
(K key) static <K> ListOperations.MoveFrom<K>
fromTail
(K key)
-
Method Details
-
fromHead
-
fromTail
-