t3rry/rs-queue

A event/job queue using redis stream

Installs: 17 878

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/t3rry/rs-queue

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

This package is auto-updated.

Last update: 2025-10-09 20:51:46 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.