12 packages
ioredis
A robust, performance-focused and full-featured Redis client for Node.js.
@ioredis/as-callback
A performant and standard (Bluebird) library that registers a node-style callback on a promise
@ioredis/commands
Redis commands
@ioredis/interface-generator
Generate interface for ioredis
redis
A modern, high performance Redis client
@redis/bloom
This package provides support for the [RedisBloom](https://redis.io/docs/data-types/probabilistic/) module, which adds additional probabilistic data structures to Redis.
@redis/client
The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.
@redis/entraid
Secure token-based authentication for Redis clients using Microsoft Entra ID (formerly Azure Active Directory).
@redis/graph
Example usage: ```javascript import { createClient, Graph } from 'redis';
@redis/json
This package provides support for the [RedisJSON](https://redis.io/docs/data-types/json/) module, which adds JSON as a native data type to Redis.