1.LRUSH + LPOP = Stack 实现栈 2.LPUSH + RPOP = Queue 实现队列 3.LPUSH + LTIRM = Capped Collection 实现列表 4.LPUSH + BRPOP = Message Queue 实现消息队列