t3rry/rs-queue

A event/job queue using redis stream

v1.1.1 2022-08-19 15:14 UTC

This package is auto-updated.

Last update: 2024-05-09 17:53:44 UTC


README

Features

events are consumed allow for multiple worker to co-work together.

Explained

Note

when register for event, use listener's class name (as string) to re-create the listener object each time. Or you may create the object to re-use the listener object across multiple event triggering.