TUF metadata models
The Library contains the Database classes for Redis based objects database client.
Redis utilities for redis instrumentations
The Library contains the Database classes for File based objects database client and server.
A robust, performance-focused and full-featured Redis client for Node.js.
A modern, high performance Redis client
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 for `redis` database client for Redis
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.
The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.
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.
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.
A skip list implementation inspired by the Sorted Set in Redis.
Generates CRC hashes for strings - for use by node redis clients to determine key slots.
Javascript Redis protocol (RESP) parser
Redis storage adapter for Keyv
The Socket.IO Redis adapter, allowing to broadcast events between several Socket.IO servers
Redis commands
Info output parser for Redis
This library emulates ioredis by performing all operations in-memory.
A Redis store for the `express-rate-limit` middleware
Redis commands
The simplest possible model for redis-objects
Provides methods to models that are backed by a redis instance.
Provides batch loading (MGET / pipeline) for Redis::Objects attributes on ActiveRecord models, following the same design as ActiveRecord's `preload`. Supports counter, value, list, set, sorted_set, and hash_key types.
An ActiveRecord/Mongoid-esque object model for the Redis key/value data store.
Cache Model objects as key value store on Redis. It maps through namespaced models
redis-collections associates collections of models with an object, similar how to redis-objects associates Redis data types with an object.
The RedisColumn gem allows for the seamless integration of Redis within your ActiveRecord model in order to store heavy objects away from tables with a lot of rows.
track likes between rails models using Redis backend
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.