Skip to content

Instantly share code, notes, and snippets.

@shivdhwaj
Forked from derhansen/removeJobsRedisDriver.php
Created February 11, 2021 08:32
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