# spring-projects/spring-data-redis

Provides support to increase developer productivity in Java when using Redis, a key-value store. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.

Repository: https://github.com/spring-projects/spring-data-redis
Canonical: https://ross.abutalabs.com/products/spring-data-redis
Homepage: https://spring.io/projects/spring-data-redis/
Language: Java
License: Apache-2.0
License Family: permissive
Topics: java, redis, ddd, spring, spring-data, framework
Last push: 2026-08-21T09:05:07+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 98, longevity 100
- inputs: {"age_days": 5542, "days_push": 12, "days_rel": 12, "gap_med": 0.0, "n_releases_24m": 51}
- flags: no_readme
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1869, forks 1268 (observed 2026-08-28T04:05:46.479331+00:00)

## What it is
Spring Data Redis is part of the Spring Data portfolio, providing configuration and access to Redis from Spring applications via low-level and high-level abstractions. It offers RedisTemplate, repository support, pub/sub, Sentinel/Cluster support, and reactive APIs over Lettuce and Jedis drivers.

## Use cases
- use redis as a cache in a spring boot app
- store and retrieve java objects in redis
- implement pub/sub messaging with redis
- connect to redis cluster or sentinel from spring
- use redis repositories for key-value data access
- reactive redis access with lettuce
- implement atomic counters backed by redis

## When to choose
- you are building a Spring or Spring Boot application that uses Redis
- you want Spring-style repository and template abstractions over Redis
- you need Redis caching, pub/sub, or cluster support with portable exception handling

## When to avoid
- you are not using the Spring ecosystem and prefer a plain Redis client like Lettuce or Jedis directly
- you need a different database than Redis

## Facets
- artifact type: library
- maturity: active
- function: database-driver, orm, caching, serialization, message-queue
- domain: databases, backend, developer-tools
- platform: jvm
- tags: spring-data, redis, key-value-store, lettuce, jedis, redis-template, reactive

## Member repositories
- spring-projects/spring-data-redis (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:46.479331+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-30T03:15:13.289520+00:00, confidence not recorded.
  - homepage: https://spring.io/projects/spring-data-redis/ (fetched 2026-08-29T10:54:13.581488+00:00, sha edbb2c6323c5)
  - site_page: https://spring.io/quickstart (fetched 2026-08-29T10:54:13.593676+00:00, sha fc64dd950363)
  - site_page: https://spring.io/projects/spring-restdocs (fetched 2026-08-29T10:54:13.597378+00:00, sha 1e2a101b77d3)
  - site_page: https://enterprise.spring.io (fetched 2026-08-29T10:54:13.591332+00:00, sha 85ac7d6d5114)
  - site_page: https://enterprise.spring.io/lts-releases (fetched 2026-08-29T10:54:13.595596+00:00, sha 3251cc8760b6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
