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 79bfa33 commit e375b59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Laravel Redis Queue

A little command line tool for clearing Laravel redis queues.
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.

## Basic Clear

This command clears the redis queue defined in your `config/queue.php` file. The configuration is normally set to `default`.
This command clears the Redis queue defined in your `config/queue.php` file. The configuration is normally set to `default`.

```shell
php artisan queue:redis -C
Expand All @@ -18,7 +18,7 @@ Clearing Redis queues:default

## Defined Queue Clear

To clear a defined queue specify it in the artisan command as an augument.
To clear a specific queue like `emails` pass it as an argument.

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

0 comments on commit e375b59

Please sign in to comment.