# RedisJSON/RedisJSON

RedisJSON - a JSON data type for Redis

Repository: https://github.com/RedisJSON/RedisJSON
Canonical: https://ross.abutalabs.com/products/redisjson
Homepage: https://redis.io/docs/stack/json/
Language: Rust
License: NOASSERTION
License Family: other
Topics: redis, json, document-store, rejson, redisjson
Last push: 2026-08-25T12:04:31+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 81, longevity 100
- inputs: {"age_days": 3730, "days_push": 8, "days_rel": 127, "gap_med": 0.0, "n_releases_24m": 15}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3949, forks 337 (observed 2026-08-28T04:08:30.384666+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: database, serialization, search-engine
- domain: databases, developer-tools
- platform: self-hosted, rust
- tags: redis-module, json-data-type, jsonpath, document-store, in-memory-database, data-engineering, linux, macos, docker

## Member repositories
- RedisJSON/RedisJSON (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:30.384666+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:24:32.876543+00:00, confidence not recorded.
  - readme: https://github.com/RedisJSON/RedisJSON (fetched 2026-08-28T04:08:30.384666+00:00, sha 689ca7ac38a5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
