File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Laravel Redis Queue
22
3- A little command line tool for clearing Laravel redis queues.
3+ A little command line tool for clearing Laravel Redis queues. This package is for Laravel 5 and removes all jobs from a queue using the Redis driver.
44
55## Basic Clear
66
7- This command clears the redis queue defined in your ` config/queue.php ` file. The configuration is normally set to ` default ` .
7+ This command clears the Redis queue defined in your ` config/queue.php ` file. The configuration is normally set to ` default ` .
88
99``` shell
1010php artisan queue:redis -C
@@ -18,7 +18,7 @@ Clearing Redis queues:default
1818
1919## Defined Queue Clear
2020
21- To clear a defined queue specify it in the artisan command as an augument .
21+ To clear a specific queue like ` emails ` pass it as an argument .
2222
2323``` shell
2424php artisan queue:redis emails -C
You can’t perform that action at this time.
0 commit comments