From 297723aceb28d46a61069ce9b9aad4b3bf727981 Mon Sep 17 00:00:00 2001 From: Kevin Dees Date: Wed, 8 Aug 2018 10:51:53 -0400 Subject: [PATCH] update readme with Horizon info --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4248eaa..bcdfabd 100644 --- a/README.md +++ b/README.md @@ -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 @@ -28,4 +30,4 @@ Outputs, ``` Clearing Redis queues:emails -``` \ No newline at end of file +```