Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Simple key-value storage with support for multiple backends
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
OpenTelemetry instrumentation for `ioredis` database redis client for Redis
High-performance JSON serialization library
A modern, high performance Redis client
OpenTelemetry instrumentation for `redis` v4 database client for Redis
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 [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.
Example usage: ```javascript import { createClient, Graph } from 'redis';
A skip list implementation inspired by the Sorted Set in Redis.
The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.
Cache Manager for Node.js
- cache
- caching
- cache manager
- node
- node.js
- in-memory cache
- redis
- memcached
- multi-store cache
- ttl
- caching layer
- cache abstraction
- cache middleware
- cache strategies
Redis commands
OpenTelemetry instrumentation for `redis` v2 and v3 database client for Redis