Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
keyv
Simple key-value storage with support for multiple backends
cluster-key-slot
Generates CRC hashes for strings - for use by node redis clients to determine key slots.
ioredis
A robust, performance-focused and full-featured Redis client for Node.js.
redis-parser
Javascript Redis protocol (RESP) parser
redis-errors
Error classes used in node_redis
@ioredis/commands
Redis commands
@jsonjoy.com/json-pack
High-performance JSON serialization library
@opentelemetry/instrumentation-ioredis
OpenTelemetry instrumentation for `ioredis` database redis client for Redis
redis
A modern, high performance Redis client
@redis/bloom
This package provides support for the [RedisBloom](https://redis.io/docs/data-types/probabilistic/) module, which adds additional probabilistic data structures to Redis.
@opentelemetry/instrumentation-redis-4
OpenTelemetry instrumentation for `redis` v4 database client for Redis
@redis/search
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
@redis/json
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.
@redis/time-series
This package provides support for the [RedisTimeSeries](https://redis.io/docs/data-types/timeseries/) module, which adds a time series data structure to Redis.
tlhunter-sorted-set
A skip list implementation inspired by the Sorted Set in Redis.
@redis/graph
Example usage: ```javascript import { createClient, Graph } from 'redis';
@redis/client
The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.
cache-manager
Cache Manager for Node.js
redis-commands
Redis commands
@opentelemetry/instrumentation-redis
OpenTelemetry instrumentation for `redis` v2 and v3 database client for Redis