🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

redis-smq-rest-api

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-smq-rest-api

REST API for RedisSMQ: OpenAPI 3 schema and Swagger UI for managing queues, messages, and consumers.

latest
Source
npmnpm
Version
9.0.5
Version published
Maintainers
1
Created
Source

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:

  • Next (pre-release) README: https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq-rest-api
  • Latest release notes/tags: https://github.com/weyoss/redis-smq/releases/latest
  • Install stable packages with @latest; pre-release with @next.

Stable Code Coverage (master)

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 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:

License

RedisSMQ REST API is released under the MIT License.

Keywords

redis

FAQs

Package last updated on 15 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts