List
LMOVE
Move an element from one list to another.
Arguments
The key of the source list.
The key of the destination list.
The side of the source list from which the element was popped.
The side of the destination list to which the element was pushed.
Response
The element that was moved.