Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save endrureza/9e09b3275b55b30bd57daa97ada4a7dc to your computer and use it in GitHub Desktop.
Save endrureza/9e09b3275b55b30bd57daa97ada4a7dc to your computer and use it in GitHub Desktop.
Laravel 5 - remove all jobs from a queue (redis driver)
Redis::connection()->del('queues:myqueue');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment