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
Redis utilities for redis instrumentations
OpenTelemetry instrumentation for `redis` v4 database client for Redis
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 [RedisTimeSeries](https://redis.io/docs/data-types/timeseries/) module, which adds a time series data structure to Redis.
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 [RedisBloom](https://redis.io/docs/data-types/probabilistic/) module, which adds additional probabilistic data structures to Redis.
OpenTelemetry instrumentation for `redis` database client for Redis
Example usage: ```javascript import { createClient, Graph } from 'redis';
Redis client mock object for unit testing
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.
Stub TypeScript definitions entry for ioredis, which provides its own types definitions
Stub TypeScript definitions entry for redis, which provides its own types definitions
An in-memory redis-compatible implementation written in pure javascript. Part of the [Rarefied Redis Project](http://wilkenstein.github.io/rarefied-redis/).
A locking primitive using redis.
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
Redis storage adapter for Keyv
Generates CRC hashes for strings - for use by node redis clients to determine key slots.
A wrapper library to store JSON Objects in redis-hashsets and retrieve it back as JSON objects
An async iterable interface for redis streams
A Redis store for the `express-rate-limit` middleware
The Socket.IO Redis adapter, allowing to broadcast events between several Socket.IO servers
High-performance JSON serialization library
Dump redis database into redis commands or json with command line or node.js
Redis module for Testcontainers
Redis store for node-cache-manager
A graphql-subscriptions PubSub Engine using redis