Diogo Cordeiro a9c365a5eb [VersionBump] 2.0.0alpha0 | 4 лет назад | |
---|---|---|
.. | ||
classes | 5 лет назад | |
locale | 4 лет назад | |
README.md | 4 лет назад | |
RedisQueuePlugin.php | 4 лет назад |
RedisQueuePlugin wraps the RedisQueueManager class which is a queue manager that uses Redis as it's backing storage.
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']);
In config.php
addPlugin('RedisQueue', ['server' => 'tcp://localhost:6379']);