Project
Reverse Dependencies for redis
The projects listed here declare redis as a runtime or development dependency
0.01
Redis master-slave client for Ruby.
2021
2022
2023
2024
2025
2026
0.01
A Redis-based version-addressable caching system. Memoize pure functions, aggregated database queries, and 3rd party API calls.
2021
2022
2023
2024
2025
2026
0.01
Minimal model support for redis-rb. Directly maps ruby properties to model_name:id:field_name keys in redis. Scalar, list and set properties are supported.
2021
2022
2023
2024
2025
2026
0.01
Maps arbitrary objects to a Redis store with indices and smart retrieval and storage mechanisms.
2021
2022
2023
2024
2025
2026
0.01
The goal of this project is to provide ORM for Redis that feels very similar to ActiveRecord.
2021
2022
2023
2024
2025
2026
0.01
Simple pagination for Redis lists and sorted sets.
2021
2022
2023
2024
2025
2026
0.01
Simple ActiveModel-compatible persistence layer in Redis
2021
2022
2023
2024
2025
2026
0.01
A Redis connection pool.
2021
2022
2023
2024
2025
2026
0.01
Reconnect redis if Redis::CommandError READONLY occurs.
2021
2022
2023
2024
2025
2026
0.01
Adds a Redis::Retry class which can be used to proxy calls to Redis while
automatically retrying when a connection cannot be made. This is useful
to ensure that your applications don't fail if Redis is temporarily
unavailable.
2021
2022
2023
2024
2025
2026
0.01
Collection of Ruby classes wrapping the Redis data structures
2021
2022
2023
2024
2025
2026
0.01
Store application and user settings on Redis. Comes with ActiveRecord support.
2021
2022
2023
2024
2025
2026
0.01
A Ruby adapter for the RedisTimeSeries module.
2021
2022
2023
2024
2025
2026
0.01
Token Bucket Rate Limiting using Redis
2021
2022
2023
2024
2025
2026
0.01
View and manage redis store
2021
2022
2023
2024
2025
2026
0.01
Redis analytics with tracks (using bitmaps) and counts (using buckets)encoding numbers in Redis keys and values.
2021
2022
2023
2024
2025
2026
0.01
A simple, Redis-backed interface for storing, retrieving, and aggregating analytics
2021
2022
2023
2024
2025
2026
0.01
rejson-rb is a package that allows storing, updating and querying objects as JSON documents
in Redis database that is intended with RedisJSON module.
2021
2022
2023
2024
2025
2026
0.01
Relix is a layer that can be added on to any model to make all the normal types of querying you want to do: equality, less than/greater than, in set, range, limit, etc., quick and painless. Relix depends on Redis to be awesome at what it does - blazingly fast operations on basic data types - and ...
2021
2022
2023
2024
2025
2026
0.01
Remq is a Redis-based protocol for building fast, durable message queues.
The Remq protocol is defined by a collection of Lua scripts
(located at https://github.com/kainosnoema/remq) which effectively
turn Redis into a capable message queue broker for fast inter-service
commu...
2021
2022
2023
2024
2025
2026