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 1
1
# Laravel Redis Queue
2
2
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.
4
4
5
5
## Basic Clear
6
6
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 ` .
8
8
9
9
``` shell
10
10
php artisan queue:redis -C
@@ -18,7 +18,7 @@ Clearing Redis queues:default
18
18
19
19
## Defined Queue Clear
20
20
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 .
22
22
23
23
``` shell
24
24
php artisan queue:redis emails -C
You can’t perform that action at this time.
0 commit comments