We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297723a commit 098e8a0Copy full SHA for 098e8a0
README.md
@@ -4,6 +4,14 @@ A little command line tool for clearing Laravel Redis queues. This package is fo
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.*
6
7
+## Install
8
+
9
+You can install this Laravel package using [Composer](https://getcomposer.org/) by running the following command.
10
11
+```shell
12
+composer require kevindees/laravel-redis-queue
13
+```
14
15
## Basic Clear
16
17
This command clears the Redis queue defined in your `config/queue.php` file. The configuration is normally set to `default`.
0 commit comments