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 `redis` v4 database client for Redis
OpenTelemetry instrumentation for `ioredis` database redis 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.
Redis client mock object for unit testing
Example usage: ```javascript import { createClient, Graph } from 'redis';
OpenTelemetry instrumentation for `redis` database client for Redis
Stub TypeScript definitions entry for ioredis, which provides its own types definitions
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 redis, which provides its own types definitions
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.
An in-memory redis-compatible implementation written in pure javascript. Part of the [Rarefied Redis Project](http://wilkenstein.github.io/rarefied-redis/).
An async iterable interface for redis streams
TypeScript definitions for ioredis-mock
Redis storage adapter for Keyv
Generates CRC hashes for strings - for use by node redis clients to determine key slots.
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
A wrapper library to store JSON Objects in redis-hashsets and retrieve it back as JSON objects
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
Redis store for node-cache-manager
Spread a Redis URL string into a configuration object.