antirez / disque

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

add support to request the global size of a queue #178

Open themage opened 8 years ago

themage commented 8 years ago

GLOBALQLEN returns the total number of items queued in a given queue across the cluster.

Added tests, help, docs for the command.

My need for this comes from having a generic work scheduler, that spawns childs depending on need (the size of the queues).

themage

themage commented 8 years ago

@antirez,

any comments on this?

Cheers