Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
locking based inMemory cache
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.
Cache package for AdonisJS V5
Javascript Redis protocol (RESP) parser
A robust, performance-focused and full-featured Redis client for Node.js.
Node-eventstore is a node.js module for multiple databases. It can be very useful as eventstore if you work with (d)ddd, cqrs, eventsourcing, commands and events, etc.
Error classes used in node_redis
Redis commands
High-performance JSON serialization library
A modern, high performance Redis client
OpenTelemetry instrumentation for `ioredis` database redis client for Redis
Redis commands
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
This package provides support for the [RedisJSON](https://redis.io/docs/stack/json/) module, which adds JSON as a native data type to Redis. It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the Redi
This package provides support for the [RedisTimeSeries](https://redistimeseries.io) module, which adds a time series data structure to Redis. It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the Redi
Example usage: ```javascript import { createClient, Graph } from 'redis';
OpenTelemetry instrumentation for `redis` v4 database client for Redis
A skip list implementation inspired by the Sorted Set in Redis.