RedisJSON/RedisJSON
RedisJSON - a JSON data type for Redis observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 99
- Release rhythm 81
- Longevity 100
Flags: no_license
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: 0.0
- age_days: 3730
- days_rel: 127
- days_push: 8
- n_releases_24m: 15
Adoption not part of the score
3949 stars · 337 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
RedisJSON is a Redis module that implements JSON as a native Redis data type, supporting full JSON standard storage, JSONPath queries, and atomic typed operations. As of Redis 8, JSON is built into Redis itself and standalone RedisJSON releases have stopped.
Use cases
- store and query JSON documents in Redis
- update nested JSON fields atomically with JSONPath
- build a document store on top of Redis
- index JSON documents with RediSearch for secondary indexes
- cache structured JSON API responses
When to choose
- you need fast in-memory JSON document storage with path-based updates
- you are running Redis 8+ where JSON is built in
- you want to combine JSON documents with RediSearch querying
When to avoid
- you need a standalone module for Redis versions before 8 with active releases
- you require a fully open-source license without RSALv2/SSPLv1/AGPLv3 terms
- you need persistent disk-based document storage rather than in-memory
Facets
library · maturity maintenance
database serialization search-engine databases developer-tools self-hosted rust redis-module json-data-type jsonpath document-store in-memory-database data-engineering linux macos docker
1 source
- readme: https://github.com/RedisJSON/RedisJSON · fetched 2026-08-28 · 689ca7ac38a5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RedisJSON/RedisJSON | main | 93 |
For agents
markdown · JSON · MCP: product_card(name="RedisJSON/RedisJSON")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem