Skip to content

Instantly share code, notes, and snippets.

@rming
Forked from derhansen/removeJobsRedisDriver.php
Created March 22, 2019 06:06
Show Gist options
  • Save rming/59a148c8e46b9c8cad9a3a9096652069 to your computer and use it in GitHub Desktop.
Save rming/59a148c8e46b9c8cad9a3a9096652069 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