{"library":"rsmq-worker","type":"library","category":null,"description":"RSMQ Worker (v0.5.2) is a helper library for building workers on top of Redis Simple Message Queue (RSMQ). It provides event-driven message processing with configurable polling intervals, retry delays, and timeout handling. Last updated in 2016, it has few releases and is in maintenance mode. Key differentiators: simple API, event-based (message/error/timeout/exceeded), and built-in exponential backoff. It requires RSMQ 3+ and a Redis server 2.6+.","language":"javascript","status":"maintenance","version":"0.5.2","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install rsmq-worker","imports":["const RSMQWorker = require('rsmq-worker');","const worker = new RSMQWorker('myqueue', { autostart: true });","worker.on('message', (msg, next, id) => { next(); });"]},{"cmd":"yarn add rsmq-worker","imports":[]},{"cmd":"pnpm add rsmq-worker","imports":[]}],"homepage":"https://github.com/mpneuried/rsmq-worker","github":"https://github.com/mpneuried/rsmq-worker","docs":null,"changelog":null,"pypi":null,"npm":"rsmq-worker","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}