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. observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- Release rhythm 98
- Longevity 100
Flags: no_readme
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: 5542
- days_rel: 12
- days_push: 12
- n_releases_24m: 51
Adoption not part of the score
1869 stars · 1268 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity active
database-driver orm caching serialization message-queue databases backend developer-tools jvm spring-data redis key-value-store lettuce jedis redis-template reactive
5 sources
- homepage: https://spring.io/projects/spring-data-redis/ · fetched 2026-08-29 · edbb2c6323c5
- site_page: https://spring.io/quickstart · fetched 2026-08-29 · fc64dd950363
- site_page: https://spring.io/projects/spring-restdocs · fetched 2026-08-29 · 1e2a101b77d3
- site_page: https://enterprise.spring.io · fetched 2026-08-29 · 85ac7d6d5114
- site_page: https://enterprise.spring.io/lts-releases · fetched 2026-08-29 · 3251cc8760b6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| spring-projects/spring-data-redis | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="spring-projects/spring-data-redis")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem