Redis Command: LMOVE
Pop an item from one list and push it to another list. We have full control of the source and destination, and on which end of both lists we want to perform the operation. As the command RPOPLPUSH is deprecated, this LMOVE command can be used as a substitute for that.