Forked from derhansen/removeJobsRedisDriver.php
Created
February 11, 2021 08:32
Laravel 5 - remove all jobs from a queue (redis driver)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Redis::connection()->del('queues:myqueue'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment