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

redis/lettuce

Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs. observed · 2026-08-28

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

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 98
  • 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: 9
  • age_days: 4498
  • days_rel: 15
  • days_push: 7
  • n_releases_24m: 38

Full methodology

Adoption not part of the score

5776 stars · 1103 forks observed · 2026-08-28

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

Lettuce is a scalable, thread-safe Redis client for Java built on Netty, supporting synchronous, asynchronous, and reactive APIs. It provides advanced Redis features including Cluster, Sentinel, pipelining, auto-reconnect, SSL, and pluggable codecs.

Use cases

  • connect to redis from a java application
  • use redis cluster with automatic topology discovery in java
  • reactive redis streams with project reactor
  • high-throughput redis pipelining from multiple threads
  • failover to redis sentinel from a spring service
  • serialize java objects to redis with custom codecs
  • connect to aws elasticache or azure redis cache from jvm

When to choose

  • you need a thread-safe Redis client sharing one connection across threads
  • you require reactive or async Redis access on the JVM
  • your deployment uses Redis Cluster or Sentinel
  • you want the default client behind Spring Data Redis

When to avoid

  • you need a simple blocking-only client and prefer a lighter API like Jedis
  • your project is not on the JVM
  • you rely heavily on blocking commands from shared connections, which Lettuce discourages

Facets

library · maturity stable

database-driver caching http-client databases backend developer-tools jvm cross-platform redis-client netty reactive-streams redis-cluster redis-sentinel thread-safe async

1 source

Member repositories

RepositoryRoleHealth v2
redis/lettucemain99

For agents

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

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