antirez / disque

Disque is a distributed message broker
BSD 3-Clause "New" or "Revised" License
8.01k stars 538 forks source link

[Request] Cursor option for QPEEK command #171

Open jpreynat opened 8 years ago

jpreynat commented 8 years ago

Hello,

I'm currently working on a node task-queue module using disque. It would be great to have a CURSOR option (actually, acting more like a SKIP options) for the QPEEK command. This would allow to paginate through a whole queue easily when using a UI with disque. Let me know if this is something that could be done.

Kind regards, Johan