Class ListOperations.MoveFrom<K>

java.lang.Object
org.springframework.data.redis.core.ListOperations.MoveFrom<K>
Type Parameters:
K -
Enclosing interface:
ListOperations<K,V>

@NullMarked public static class ListOperations.MoveFrom<K> extends Object
Value object representing the where from part for the LMOVE command.
Since:
2.6
Author:
Costin Leau, David Liu, Thomas Darimont, Christoph Strobl, Mark Paluch, dengliming, Lee Jaeheon
See Also: