An open-source TypeScript SDK that provides a unified interface for connecting to Redis and executing commands across multiple Redis modules including ReJSON, RedisTimeSeries, RediSearch, RedisGraph, RedisGears, RedisBloom, RedisAI, and RedisIntervalSets. Version 1.4.0, released on an as-needed basis with full TypeScript type definitions. It differentiates itself by being an all-in-one solution covering all major Redis modules in a single package, with strong typing and easy-to-find command references.
npm install redis-modules-sdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to Redis, sets a JSON document using ReJSON module, and disconnects.
npm install redis redis-modules-sdk
Use import { Redis } from 'redis-modules-sdk'Review the GitHub issues or contribute missing commands
Run: npm install redis-modules-sdk
Change to: import { Redis } from 'redis-modules-sdk'