Redis store for simpleS
Redis store for node-cache-manager
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.
Redis session store for Connect
A Redis store for the `express-rate-limit` middleware
Redis utilities for redis instrumentations
A robust, performance-focused and full-featured Redis client for Node.js.
A modern, high performance Redis client
Redis-backed feature store for the LaunchDarkly Server-Side SDK for Node.js
Simple key-value storage with support for multiple backends
This package provides support for the [RedisBloom](https://redis.io/docs/data-types/probabilistic/) module, which adds additional probabilistic data structures to Redis.
Redis Cache Module for Medusa
OpenTelemetry instrumentation for `redis` database client for Redis
The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.
Redis store for node-cache-manager
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 [RedisTimeSeries](https://redis.io/docs/data-types/timeseries/) module, which adds a time series data structure to Redis.
Generates CRC hashes for strings - for use by node redis clients to determine key slots.
session plugin for egg
Keyv adapter implementing Apollo's KeyValueCache interface
A simple CRUD based persistence abstraction for storing objects to any backend data store. eg. Memory, MongoDB, Redis, CouchDB, Postgres, Punch Card etc.
An HTTP/REST based Redis client built on top of Upstash REST API.
TypeScript definitions for connect-redis
Javascript Redis protocol (RESP) parser
Simple Redis Cache Store for Rails
A simple, Redis-backed interface for storing, retrieving, and aggregating analytics
Simple ORM backed with redis store
Useful for debugging and tracking different events in application.
Stores the GeoIP databases in Redis and gives it a simple way to lookup IPs and map them to countries
This library provides a very simple interface for storing/fetching/paging datasets in Redis.
A simple ORM. By default it stores to Redis hashes.
A toolkit for storing user votes/opinions in Redis
Squad uses Redis to store resources inspired by Ohm, and provides a simple DSL to easily develop APIs.
A simple way to annotate ActiveRecord objects with properties that are stored in Redis. Perfect for adding attributes to your models that you won't have to worry about querying or reporting on later. Examples include flags, preferences, etc.
Stockpile is a simple key-value store connection manager framework. Stockpile itself does not implement a connection manager, but places expectations for implemented connection managers. So far, only Redis has been implemented (stockpile-redis). Stockpile also provides an adapter so that its functionality can be accessed from within a module. Release 2.0 fixes an issue when Stockpile options are provided with an OpenStruct, originally reported as {stockpile-redis#1}[https://github.com/halostatue/stockpile-redis/issues/1]. Support for Ruby 1.9 has been dropped.
CustomRedis is based on Redis-backend library for creating easily a simple custom cache stores . It allows you to improve your application caching several kind of elements you'll use with the front-end as counters, hashes created from Active Record relations.