rails/kredis
Higher-level data structures built on Redis observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 55
- Release rhythm 8
- Longevity 100
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: 2041
- days_rel: 501
- days_push: 275
- n_releases_24m: 1
Adoption not part of the score
1397 stars · 82 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Kredis is a Ruby library that wraps Redis data structures into higher-level, typed objects like counters, lists, sets, and scalars. It integrates with Active Model and Active Record via a declarative DSL for using Redis-backed attributes in Rails applications.
Use cases
- store typed values in redis from rails
- use redis-backed attributes on active record models
- implement counters and flags with redis
- run parallel tests against redis without key collisions
- scale redis across multiple instances with yaml config
When to choose
- you're building a Rails app and want ergonomic, typed Redis data structures
- you need Redis-backed model attributes with a declarative DSL
- you want namespaced keys for safe parallel testing
When to avoid
- you're not using Ruby or Rails
- you need raw, low-level Redis command access
- you use a different cache/data-store than Redis
Facets
library · maturity active
caching serialization developer-tools databases web-development backend ruby redis active-record rails data-structures typed-attributes web-server
1 source
- readme: https://github.com/rails/kredis · fetched 2026-08-28 · 0a1a9148c18d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rails/kredis | main | 48 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem