-
-
Save shivdhwaj/8e9f15f9aeaf24de0420d90ca511a01f to your computer and use it in GitHub Desktop.
Laravel 5 - remove all jobs from a queue (redis driver)
This file contains 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