Javascript Redis protocol (RESP) parser
Info output parser for Redis
A robust, performance-focused and full-featured Redis client for Node.js.
OpenTelemetry instrumentation for `ioredis` database redis client for Redis
OpenTelemetry instrumentation for `redis` v4 database client for Redis
Redis utilities for redis instrumentations
The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.
This package provides support for the [RediSearch](https://redisearch.io) module, which adds indexing and querying support for data stored in Redis Hashes or as JSON documents with the RedisJSON module. It extends the [Node Redis client](https://github.c
This package provides support for the [RedisJSON](https://redis.io/docs/stack/json/) module, which adds JSON as a native data type to Redis. It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the Redi
This package provides support for the [RedisTimeSeries](https://redistimeseries.io) module, which adds a time series data structure to Redis. It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the Redi
Example usage: ```javascript import { createClient, Graph } from 'redis';
This package provides support for the [RedisBloom](https://redisbloom.io) module, which adds additional probabilistic data structures to Redis. It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the R
Redis client mock object for unit testing
An async iterable interface for redis streams
Stub TypeScript definitions entry for ioredis, which provides its own types definitions
Stub TypeScript definitions entry for redis, which provides its own types definitions
OpenTelemetry instrumentation for `redis` v2 and v3 database client for Redis
A locking primitive using redis.
This library emulates ioredis by performing all operations in-memory.
Redis Server for testing. The server will allow you to connect your favorite client library to the Redis Server and run parallel integration tests isolated from each other.
An HTTP/REST based Redis client built on top of Upstash REST API.
Generates CRC hashes for strings - for use by node redis clients to determine key slots.
Rate-limit any operation, backed by Redis
TypeScript definitions for ioredis-mock
An in-memory redis-compatible implementation written in pure javascript. Part of the [Rarefied Redis Project](http://wilkenstein.github.io/rarefied-redis/).
A performant and standard (Bluebird) library that registers a node-style callback on a promise
The Socket.IO Redis adapter, allowing to broadcast events between several Socket.IO servers
Redis store for node-cache-manager
A Redis store for the `express-rate-limit` middleware
Dump redis database into redis commands or json with command line or node.js
A graphql-subscriptions PubSub Engine using redis
TypeScript definitions for connect-redis