Miguel Dantas 544f13c52a [PLUGINS] Added DBQueue plugin 5 anos atrás
..
classes 544f13c52a [PLUGINS] Added DBQueue plugin 5 anos atrás
README a3b228399b [PLUGINS] Added RedisQueue 5 anos atrás
RedisQueuePlugin.php a3b228399b [PLUGINS] Added RedisQueue 5 anos atrás

README

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

Installation
============

This plugin is replaces other queue manager plugins, such as UnQueue,
which enabled by default and which should, but is not required to be
disabled.

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

Example
=======

In config.php

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