Diogo Peralta Cordeiro 6e031d623a [VersionBump] 2.0.0beta0 %!s(int64=3) %!d(string=hai) anos
..
classes 333b915740 [PLUGINS] Added DBQueue plugin %!s(int64=3) %!d(string=hai) anos
locale 6e031d623a [VersionBump] 2.0.0beta0 %!s(int64=3) %!d(string=hai) anos
README.md 91869c78ac [CORE] Better queues defaults %!s(int64=3) %!d(string=hai) anos
RedisQueuePlugin.php 91869c78ac [CORE] Better queues defaults %!s(int64=3) %!d(string=hai) anos

README.md

RedisQueuePlugin wraps the RedisQueueManager class which is a queue manager that uses Redis as it's backing storage.

Installation

This plugin replaces other queue manager plugins, such as UnQueue and DBQueue. You don't have to disable them but it is recommended to only use a QueueManager at a time.

addPlugin('RedisQueue', ['server' => 'your-redis-instance-and-port']);

Example

In config.php

addPlugin('RedisQueue', ['server' => 'tcp://localhost:6379']);