Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Fake redis for testing, works as a drop-in replacement for node_redis
A fake (test double fake) redis client
Simple key-value storage with support for multiple backends
This library emulates ioredis by performing all operations in-memory.
- fakeredis
- in-memory
- ioredis
- ioredis-mock
- mock-ioredis
- mock-redis
- redis
- redis fake
- redis inmemory
- redis js
- redis memory
- redis mock
- redis standalone
- redis test
- View more
Generates CRC hashes for strings - for use by node redis clients to determine key slots.
Javascript Redis protocol (RESP) parser
A robust, performance-focused and full-featured Redis client for Node.js.
Error classes used in node_redis
Redis commands
High-performance JSON serialization library
OpenTelemetry instrumentation for `ioredis` database redis client for Redis
A modern, high performance Redis client
OpenTelemetry instrumentation for `redis` v4 database client for Redis
A skip list implementation inspired by the Sorted Set in 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 [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 [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';
The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.