antirez / disque

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

[Request] Multiple QUEUE parameters for JSCAN #165

Open jpreynat opened 8 years ago

jpreynat commented 8 years ago

Hello,

I am planning to use disque to maintain different queues, one for different type of job to process. For this use case, it would be great to have the ability to perform a JSCAN command on many queues, treating them in order of the QUEUE parameters.

Would it be possible? Thanks a lot!