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