





#### 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:
$3
``
npm install redis-modules-sdk@latest
`
$3
* A list of existing versions can be found here
* A list of releases will be found hereDocumentation :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
hereSupported modules :dark_sunglasses:
*
ReJSON*
RedisTimeSeries (RTS)
*
RediSearch*
RedisGraph*
RedisGears*
RedisBloom*
RedisAI*
RedisIntervalSetsContributing :raised_hands:
Interested in contributing? awesome! start with reading our guidelines
hereSupporters :open_hands:

Forkers :fork_and_knife:
