Diogo Cordeiro a9c365a5eb [VersionBump] 2.0.0alpha0 4 سال پیش
..
classes 544f13c52a [PLUGINS] Added DBQueue plugin 5 سال پیش
locale a9c365a5eb [VersionBump] 2.0.0alpha0 4 سال پیش
README.md 60446dfc20 [CORE] Better queues defaults 5 سال پیش
RedisQueuePlugin.php 60446dfc20 [CORE] Better queues defaults 5 سال پیش

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']);