redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
19 lines (12 loc) • 709 B
Markdown
# RedisSMQ
__NPM_BADGE__
__CODECOV_BADGE__
__IS_NEXT_NOTE__
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/__BRANCH_NAME__/README.md) repository.
## License
RedisSMQ is released under the [MIT License](https://github.com/weyoss/redis-smq/tree/__BRANCH_NAME__/LICENSE).