events-bus
v2.0.4
Published
an Event bus to share events of multi progress. backend with redis or custom adapter.
Readme
Event bus
an Event bus to share events of multi progress. backend with redis or custom adapter.
usage
const bus = new Bus({
adapter: new RedisAdaptor(config.redis_url, 'ky'),
wildcard: true
})