Skip to content

Instantly share code, notes, and snippets.

@derhansen
Last active April 8, 2020 09:48
Show Gist options
  • Save derhansen/90a599e249c28b6258a3 to your computer and use it in GitHub Desktop.
Save derhansen/90a599e249c28b6258a3 to your computer and use it in GitHub Desktop.
Laravel 5 - get amount of jobs in a queue (redis driver)
$numJobs = Redis::connection()->llen('queues:myqueue');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment