Skip to content

Commit 297723a

Browse files
authored
update readme with Horizon info
1 parent e375b59 commit 297723a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Laravel Redis Queue
22

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.
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. 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.
4+
5+
*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.*
46

57
## Basic Clear
68

@@ -28,4 +30,4 @@ Outputs,
2830

2931
```
3032
Clearing Redis queues:emails
31-
```
33+
```

0 commit comments

Comments
 (0)