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://redis.io/docs/interact/search-and-query/) module, which adds indexing and querying support for data stored in Redis Hashes or as JSON documents with the [RedisJSON](https://redis.io/docs/data-type
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.
This package provides support for the [RedisTimeSeries](https://redis.io/docs/data-types/timeseries/) module, which adds a time series data structure to Redis.
This package provides support for the [RedisBloom](https://redis.io/docs/data-types/probabilistic/) module, which adds additional probabilistic data structures to Redis.
Example usage: ```javascript import { createClient, Graph } from 'redis';
Redis client mock object for unit testing
Stub TypeScript definitions entry for ioredis, which provides its own types definitions
OpenTelemetry instrumentation for `redis` v2 and v3 database client for Redis
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.
A locking primitive using redis.
Stub TypeScript definitions entry for redis, which provides its own types definitions
An async iterable interface for redis streams
This library emulates ioredis by performing all operations in-memory.
An HTTP/REST based Redis client built on top of Upstash REST API.
TypeScript definitions for ioredis-mock
A performant and standard (Bluebird) library that registers a node-style callback on a promise
Generates CRC hashes for strings - for use by node redis clients to determine key slots.
Dump redis database into redis commands or json with command line or node.js
The Socket.IO Redis adapter, allowing to broadcast events between several Socket.IO servers
An in-memory redis-compatible implementation written in pure javascript. Part of the [Rarefied Redis Project](http://wilkenstein.github.io/rarefied-redis/).
A Redis store for the `express-rate-limit` middleware
Redis store for node-cache-manager
A graphql-subscriptions PubSub Engine using redis
Node distributed locking using redis
Redis store for node-cache-manager updated