Skip to content

Commit 056c997

Browse files
committed
update readme
1 parent e7de3bb commit 056c997

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,10 @@ To clear a defined queue specify it in the artisan command as an augument.
2222

2323
```shell
2424
php artisan queue:redis emails -C
25+
```
26+
27+
Outputs,
28+
29+
```
30+
Clearing Redis queues:emails
2531
```

src/QueueRedisCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
<?php
3+
34
namespace QueueRedis;
45

56
use Illuminate\Console\Command;

0 commit comments

Comments
 (0)