💡 Note: You are viewing the
nextbranch with upcoming features. For stable releases, check themasterbranch.
RedisSMQ REST API provides an HTTP interface enabling any web-capable application to interact with the RedisSMQ message queue using a RESTful API.
- 🚀 Clean and efficient implementation
- ✅ Strict request/response validation using JSON Schema
- 📚 Native OpenAPI v3 support and Swagger UI
- 🧪 90%+ code coverage with extensive testing
- 📦 Support for both ESM & CJS modules
# Using npm
npm install redis-smq@next redis-smq-common@next redis-smq-rest-api@next --saveDon't forget to install a Redis client:
npm install @redis/client --save
# or
npm install ioredis --saveAlways install matching versions of RedisSMQ packages to ensure compatibility. See version compatibility for details.
For in-depth guides and API references, see the documentation page:
- redis-smq: Core message queue
- redis-smq-common: Shared components/utilities
- redis-smq-web-server: Static hosting + in-process or proxied API
- redis-smq-web-ui: SPA for monitoring and managing RedisSMQ
RedisSMQ REST API is released under the MIT License.