Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redis-modules-sdk

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-modules-sdk

A Software development kit for easier connection and execution of Redis Modules commands.

  • 1.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
998
increased by13.54%
Maintainers
1
Weekly downloads
 
Created
Source

A Software development kit for easier connection and execution of Redis Modules commands

A bit about us :speech_balloon:

An open source SDK of all the available Redis modules, built with TypeScript for better typing experiences and better usages.

Benefits :zap: :speak_no_evil:

  1. All in 1, all Redis modules are covered in 1 project
  2. Amazing :fire: typing experiences, all types are well documented and easy to use!
  3. Easy to find your Redis command, each Redis module command has a referenced function in it's class!

Let's get started :memo:

Installing latest version:

npm install redis-modules-sdk@latest

Versions & Releases

  • A list of existing versions can be found here
  • A list of releases will be found here

Documentation :book:

Come and read our documentation here before starting

(RAIO) Redis "All in One"! :scream:

A class built for integrating more than one Redis module without creating more than one class!

const client = new Redis(....);
await client.connect();
await client.ai_module_tensorset(...);
await client.ris_module_add(...);
await client.disconnect();

All modules are supported! :fire:

Sandbox Playground

Want to play around with the code before installing it? Feel free to do so here

Supported modules :dark_sunglasses:

Contributing :raised_hands:

Interested in contributing? awesome! start with reading our guidelines here

Supporters :open_hands:

Stargazers repo roster for @danitseitlin/redis-modules-sdk

Forkers :fork_and_knife:

Forkers repo roster for @danitseitlin/redis-modules-sdk

Keywords

FAQs

Package last updated on 24 Mar 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc