redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
19 lines (12 loc) • 1.21 kB
Markdown
# RedisSMQ
[](https://github.com/weyoss/redis-smq/releases/latest)
[](https://app.codecov.io/github/weyoss/redis-smq/tree/master/packages/redis-smq)
> 💡 **Note:** You are on the stable `master` branch. For the latest features (including breaking changes), check the [`next` branch](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq).
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](https://github.com/weyoss/redis-smq/tree/master/README.md) repository.
## License
RedisSMQ is released under the [MIT License](https://github.com/weyoss/redis-smq/tree/master/LICENSE).