This is Node-C's package providing the functionality for Redis.
A modern, high performance Redis client
A robust, performance-focused and full-featured Redis client for Node.js.
This package provides support for the [RedisBloom](https://redis.io/docs/data-types/probabilistic/) module, which adds additional probabilistic data structures 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.
OpenTelemetry instrumentation for `redis` database client for Redis
Generates CRC hashes for strings - for use by node redis clients to determine key slots.
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
The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.
Info output parser for Redis
This package provides support for the [RedisJSON](https://redis.io/docs/latest/develop/data-types/json/) module, which adds JSON as a native data type to Redis.
A Redis store for the `express-rate-limit` middleware
Redis store for node-cache-manager
Javascript Redis protocol (RESP) parser
Redis session store for Connect
A node.js redlock implementation for distributed redis locks
A skip list implementation inspired by the Sorted Set in Redis.
Redis commands
A modern node.js redlock implementation for distributed redis locks
Redis utilities for redis instrumentations
Redis commands
Redis client mock object for unit testing
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
Distributed mutex and semaphore based on Redis