Ross ROSS = Recommend OSS · open-source software intelligence for agents

redis/jedis

Redis Java client observed · 2026-08-28

github.com/redis/jedis · homepage · Java · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 99
  • Release rhythm 85
  • 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: 31.0
  • age_days: 5927
  • days_rel: 23
  • days_push: 7
  • n_releases_24m: 15

Full methodology

Adoption not part of the score

12356 stars · 3915 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Jedis is the official Java client for Redis, designed for performance and ease of use. It supports standalone Redis servers as well as Redis Cluster and Sentinel deployments.

Use cases

  • connect to redis from a java application
  • use redis as a cache in a spring boot app
  • work with redis cluster from java
  • store and retrieve data in redis using java
  • implement distributed locks with redis in java
  • use redis pub/sub messaging from java

When to choose

  • you need a mature, widely-adopted Java client for Redis
  • your app runs on the JVM and needs low-level Redis command access
  • you need Redis Cluster or Sentinel support in Java

When to avoid

  • you want high-level object mapping (consider redis-om-spring)
  • you are using a non-JVM language
  • you prefer a reactive API client like Lettuce for fully async workloads

Facets

library · maturity stable

database-driver caching databases developer-tools backend jvm redis-client redis-cluster java

2 sources

Member repositories

RepositoryRoleHealth v2
redis/jedismain94

For agents

markdown · JSON · MCP: product_card(name="redis/jedis")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem