Search by

t3rry / rs-queue

zhichangterry

A event/job queue using redis stream

Package info

github.com/t3rryw1/rs-queue

pkg:composer/t3rry/rs-queue

Statistics

Installs: 36 277

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-09-09 22:47:42 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.