Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindees committed Aug 8, 2018
1 parent e7de3bb commit 056c997
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ To clear a defined queue specify it in the artisan command as an augument.

```shell
php artisan queue:redis emails -C
```

Outputs,

```
Clearing Redis queues:emails
```
1 change: 1 addition & 0 deletions src/QueueRedisCommand.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

<?php

namespace QueueRedis;

use Illuminate\Console\Command;
Expand Down

0 comments on commit 056c997

Please sign in to comment.