Skip to content

Commit

Permalink
update readme with Horizon info
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindees authored Aug 8, 2018
1 parent e375b59 commit 297723a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Laravel Redis Queue

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.
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. Because [Laravel Horizon](https://laravel.com/docs/5.6/horizon) uses Redis for its queues, this tool can be used to clear your Horizon jobs.

*If you are using Horizon, it may be best to have a separate Redis connection for your jobs and another for other parts of your application.*

## Basic Clear

Expand Down Expand Up @@ -28,4 +30,4 @@ Outputs,

```
Clearing Redis queues:emails
```
```

0 comments on commit 297723a

Please sign in to comment.