redis-doc
redis-doc copied to clipboard
LMOVE
The LMOVE
documentation describes the Pattern: Reliable queue
. It ends stating that An additional client may monitor the processing list for items that remain there for too much time, and will push those timed out items into the queue again if needed
.
However, nothing seems to allow this functionality. There is no TTL
on the list elements.
Please could you detail in the doc how one could achieve this last sentence?