PHPackages                             quioteframework/queue-redis - 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. quioteframework/queue-redis

ActiveLibrary[Caching](/categories/caching)

quioteframework/queue-redis
===========================

Redis-backed queue driver for Quiote's queue subsystem, using predis/predis.

v2.0.1(today)00MITPHPPHP &gt;=8.5.0

Since Jul 28Pushed todayCompare

[ Source](https://github.com/quioteframework/queue-redis)[ Packagist](https://packagist.org/packages/quioteframework/queue-redis)[ Docs](https://github.com/quioteframework/queue-redis)[ RSS](/packages/quioteframework-queue-redis/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (2)Used By (0)

quioteframework/queue-redis
===========================

[](#quioteframeworkqueue-redis)

Redis-backed queue driver for [Quiote](https://github.com/quioteframework/quiote), built on [predis/predis](https://github.com/predis/predis).

`Quiote\Queue\Redis\RedisQueueDriver` implements `Quiote\Queue\PollableQueueDriverInterface`. Ready jobs live in a Redis LIST; `reserve()` atomically moves one into a `processing` LIST (the reliable-queue pattern, so an in-flight job survives a crashed worker); delayed/released jobs live in a ZSET scored by their due timestamp.

Install
-------

[](#install)

```
composer require quioteframework/queue-redis

```

Installing the package registers the `redis` queue driver alias automatically via `Quiote\Queue\Redis\QueueRedisPlugin`. Point `queue.default_driver` (or a scheduler/job's explicit driver) at `redis`, and configure:

```

    redis

        redis://127.0.0.1:6379
        quiote_queue

```

Or construct it directly:

```
$driver = new \Quiote\Queue\Redis\RedisQueueDriver(new \Predis\Client('redis://127.0.0.1:6379'));
```

License
-------

[](#license)

MIT. See [LICENSE](LICENSE).

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bb797c6fce78d07eb743846f7940d790f425831024c283cdfed7dd02d9bcac69?d=identicon)[markus\_saakeli](/maintainers/markus_saakeli)

---

Top Contributors

[![horros](https://avatars.githubusercontent.com/u/464166?v=4)](https://github.com/horros "horros (1 commits)")

---

Tags

redisqueuejobsquiote

### Embed Badge

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

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

###  Alternatives

[pdffiller/qless-php

PHP Bindings for qless

29113.7k2](/packages/pdffiller-qless-php)[mjphaynes/php-resque

Redis backed library for creating background jobs and processing them later.

228201.4k2](/packages/mjphaynes-php-resque)[spinx/sidekiq-job-php

Push and schedule jobs to Sidekiq from PHP

37236.2k](/packages/spinx-sidekiq-job-php)[kevindees/laravel-redis-queue

Redis queue managment for laravel.

1634.1k](/packages/kevindees-laravel-redis-queue)

PHPackages © 2026

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