Package Exports
- redis-smq
- redis-smq/package.json
Readme
RedisSMQ
[!NOTE] You are viewing the documentation for the "next" branch. These docs describe unreleased changes published under the npm "next" dist-tag.
For the latest stable documentation, see:
- Master (stable) README: https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq
- Latest release notes/tags: https://github.com/weyoss/redis-smq/releases/latest
- Install stable packages with @latest; pre-release with @next.
A high-performance, reliable, and scalable message queue for Node.js.
RedisSMQ is a Redis-backed MQ focused on robustness and simplicity. It provides queue models, delivery models, producers/consumers APIs, and integrates with a REST API and Web UI for monitoring and administration.
- Production-ready, easy to operate
- Works with ioredis or the official @redis/client
- Optional REST API and Web UI for management and observability
The source code and documentation for RedisSMQ are in the main redis-smq repository.
License
This project is released under the MIT License.