Skip to content

Instantly share code, notes, and snippets.

@derhansen
Last active April 8, 2020 09:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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