nateware/redis-objects
Map Redis types directly to Ruby objects observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 62
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6140
- days_rel: n/a
- days_push: 232
- n_releases_24m: 0
Adoption not part of the score
2095 stars · 231 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Ruby gem that maps Redis data types (counters, lists, sets, sorted sets, hashes, locks) directly onto Ruby objects via a simple include, providing atomic operations on individual Redis structures. It integrates naturally with ActiveRecord models while explicitly positioning itself as not an ORM.
Use cases
- add atomic counters to Ruby models backed by Redis
- use Redis sets and sorted sets as first-class Ruby objects
- implement distributed locks in Ruby with redis_lock
- store lists and hashes in Redis without writing raw commands
- add Redis-backed data structures to Rails ActiveRecord models
- manage Redis key naming and migration for nested Ruby classes
When to choose
- you want idiomatic Ruby wrappers around Redis data types with atomic operations
- you need counters, sets, lists, or locks in a Rails/Sinatra app without a full ORM
- you want fine-grained control over individual Redis structures rather than object persistence
When to avoid
- you need a full object-relational mapper that persists entire model objects to Redis
- your project does not use Ruby
- you want automatic schema management or migrations for complex object graphs
Facets
library · maturity active
caching database-driver serialization concurrency databases developer-tools web-development backend ruby redis ruby-gem data-structures counters distributed-locks active-record-integration key-value-store
1 source
- readme: https://github.com/nateware/redis-objects · fetched 2026-08-28 · 9ed0c1e18039
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nateware/redis-objects | main | 60 |
For agents
markdown · JSON · MCP: product_card(name="nateware/redis-objects")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem