soveran/ohm
Object-Hash Mapping for Redis observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6308
- days_rel: n/a
- days_push: 1352
- n_releases_24m: 0
Adoption not part of the score
1382 stars · 163 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Ohm is a Ruby object-hash mapping (ORM-like) library for Redis, letting you persist and query Ruby objects in a Redis key-value store. It emphasizes simplicity and performance with a lightweight Redis client.
Use cases
- store Ruby objects in Redis
- use Redis as a persistent database for models
- map hashes to Ruby objects
- build simple data models without a SQL database
- query and index objects stored in Redis
When to choose
- you use Ruby and want a minimal, fast object mapper for Redis
- your data model fits key-value/hash storage without relational joins
- you want less code and fewer dependencies than a full ORM
When to avoid
- you need relational features like joins, migrations, or complex transactions
- you need an actively developed library with frequent updates
- your project uses a language other than Ruby
Facets
library · maturity maintenance
orm database-driver database databases developer-tools backend ruby redis object-mapping key-value-store persistence
2 sources
- readme: https://github.com/soveran/ohm · fetched 2026-08-28 · 1d01379ad3b7
- homepage: http://ohm.keyvalue.org · fetched 2026-08-29 · 70aeb87af707
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| soveran/ohm | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem