Download the PHP package kevindees/laravel-redis-queue without Composer
On this page you can find all versions of the php package kevindees/laravel-redis-queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kevindees/laravel-redis-queue
More information about kevindees/laravel-redis-queue
Files in kevindees/laravel-redis-queue
Package laravel-redis-queue
Short Description Redis queue managment for laravel.
License MIT
Homepage https://github.com/kevindees/laravel-redis-queue
Informations about the package laravel-redis-queue
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. Because Laravel 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.
Install
You can install this Laravel package using Composer by running the following command.
Basic Clear
This command clears the Redis queue defined in your config/queue.php
file. The configuration is normally set to default
.
Outputs,
Defined Queue Clear
To clear a specific queue like emails
pass it as an argument.
Outputs,
Horizon Basic Clear
The horizon feature here is not fool proof so you will want to check on the results after the fact.
To clear all failed jobs from redis in horizon.
To clear all jobs from redis in horizon.
To clear a tag or something else from redis in horizon.