PHPackages                             kevindees/laravel-redis-queue - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. kevindees/laravel-redis-queue

ActiveLibrary[Caching](/categories/caching)

kevindees/laravel-redis-queue
=============================

Redis queue managment for laravel.

v1.0.0(4y ago)1634.1k3[1 PRs](https://github.com/kevindees/laravel-redis-queue/pulls)MITPHPPHP ^7.0

Since Aug 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kevindees/laravel-redis-queue)[ Packagist](https://packagist.org/packages/kevindees/laravel-redis-queue)[ Docs](https://github.com/kevindees/laravel-redis-queue)[ RSS](/packages/kevindees-laravel-redis-queue/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/f48fb5e7c669174050bc950c3e4a23dc279502b8952c72fca57b69eea6968719/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6576696e646565732f6c61726176656c2d72656469732d7175657565)](https://packagist.org/packages/kevindees/laravel-redis-queue)

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](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.*

Install
-------

[](#install)

You can install this Laravel package using [Composer](https://getcomposer.org/) by running the following command.

```
composer require kevindees/laravel-redis-queue
```

Basic Clear
-----------

[](#basic-clear)

This command clears the Redis queue defined in your `config/queue.php` file. The configuration is normally set to `default`.

```
php artisan queue:redis -C
```

Outputs,

```
Clearing Redis queues:default

```

### Defined Queue Clear

[](#defined-queue-clear)

To clear a specific queue like `emails` pass it as an argument.

```
php artisan queue:redis emails -C
```

Outputs,

```
Clearing Redis queues:emails

```

Horizon Basic Clear
-------------------

[](#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.

```
php artisan horizon:data failed_jobs -C
```

To clear all jobs from redis in horizon.

```
php artisan horizon:data recent_jobs -C
```

To clear a tag or something else from redis in horizon.

```
php artisan horizon:data App\\Import:66 -C
php artisan horizon:data failed:App\Import:65 -C
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~282 days

Total

5

Last Release

1712d ago

Major Versions

v0.0.4 → v1.0.02021-09-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/fbfe05056553c8734d4ecf78fc58966f7d4ba06c664f21a67288f72413d4754f?d=identicon)[kevindees](/maintainers/kevindees)

---

Top Contributors

[![kevindees](https://avatars.githubusercontent.com/u/348368?v=4)](https://github.com/kevindees "kevindees (13 commits)")[![juukie](https://avatars.githubusercontent.com/u/2678657?v=4)](https://github.com/juukie "juukie (1 commits)")

---

Tags

laravellaravel-horizonqueuesredislaravelredisqueue

### Embed Badge

![Health badge](/badges/kevindees-laravel-redis-queue/health.svg)

```
[![Health](https://phpackages.com/badges/kevindees-laravel-redis-queue/health.svg)](https://phpackages.com/packages/kevindees-laravel-redis-queue)
```

###  Alternatives

[encore/redis-manager

Redis manager for laravel

25243.1k](/packages/encore-redis-manager)[pdffiller/qless-php

PHP Bindings for qless

29113.2k1](/packages/pdffiller-qless-php)[yangusik/laravel-balanced-queue

Laravel queue management with load balancing between partitions (user groups)

786.4k](/packages/yangusik-laravel-balanced-queue)[ginnerpeace/laravel-redis-lock

Simple redis distributed locks for Laravel.

15114.4k](/packages/ginnerpeace-laravel-redis-lock)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
