Skip to content

Commit e375b59

Browse files
committed
update readme
1 parent 79bfa33 commit e375b59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
1010
php 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
2424
php artisan queue:redis emails -C

0 commit comments

Comments
 (0)