$queueLength
$queueLength
will return the queue length.
Usage
$queueLength
Example(s)
This will return the queue length
1client.command({2 name: 'queuelength',3 code: `4 $queueLength5 `6});
This will return the queue length
1module.exports = [{2 name: 'queuelength',3 code: `4 $queueLength5 `6}]