Download the PHP package hirale/openmage-redis-queue without Composer
On this page you can find all versions of the php package hirale/openmage-redis-queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package openmage-redis-queue
Hirale Redis Queue Module
A module using Redis Stream to process asynchronous tasks.
Modules that depend on this module
Module | URL |
---|---|
Google Analytics 4 Measurement Protocol | openmage-ga4-measurement |
Meta Conversions API | openmage-meta-conversions |
Install
Install with Magento Composer Installer
Usage
Setup
Go to openmage system config System > Configuration > System > Hirale Redis Queue Settings
.
Quick start example
-
Create a new module, name it
Hirale_QueueExample
.app/etc/modules/Hirale_QueueExample.xml
-
Create
app/code/local/Hirale/QueueExample/etc/config.xml
. -
Creat a new task hanlder that implements
Hirale_Queue_Model_TaskHandlerInterface
class.app/code/local/Hirale/QueueExample/Model/TestHandler.php
-
Create Observer to get the data from a event and add it to queue.
app/code/local/Hirale/QueueExample/Model/Observer.php
- Clean cache and check examle.log, make sure your cron is running.
License
The Open Software License v. 3.0 (OSL-3.0). Please see License File for more information.
All versions of openmage-redis-queue with dependencies
magento-hackathon/magento-composer-installer Version *
predis/predis Version *