BRPOP

    • A two-element multi-bulk with the first element being the name of the key where an element was popped and the second element being the value of the popped element.
    1. dragonfly> DEL list1 list2
    2. (integer) 0
    3. dragonfly> BRPOP list1 list2 0
    4. 1) "list1"