RedisSMQ REST API
[!NOTE]
You are viewing the documentation for the "master" branch. These docs describe the latest stable release.
For pre-release documentation, see:

RedisSMQ REST API provides an HTTP interface enabling any web-capable application to interact with the RedisSMQ message
queue using a RESTful API.
Features
- 🚀 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
Installation
npm install redis-smq redis-smq-common redis-smq-rest-api --save
Don't forget to install a Redis client. Choose either node-redis or ioredis:
npm install @redis/client --save
# or
npm install ioredis --save
Version Compatibility
Always install matching versions of RedisSMQ packages to ensure compatibility. See version compatibility for details.
Documentation
For in-depth guides and API references, see the documentation page:
Related packages
License
RedisSMQ REST API is released under the MIT License.