Skip to content

$queueLength

$queueLength will return the queue length.

Usage

$queueLength

Example(s)

This will return the queue length

1
client.command({
2
name: 'queuelength',
3
code: `
4
$queueLength
5
`
6
});