Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 2.39 KB

File metadata and controls

51 lines (34 loc) · 2.39 KB

RedisSMQ REST API

Pre-release (next) Code Coverage (next)

💡 Note: You are viewing the next branch with upcoming features. For stable releases, check the master branch.

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

# Using npm
npm install redis-smq@next redis-smq-common@next redis-smq-rest-api@next --save

Don't forget to install a Redis client:

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.