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

tj/connect-redis

Redis session store for Connect observed · 2026-08-28

github.com/tj/connect-redis · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

91/100

  • Activity 94
  • Release rhythm 82
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 34.0
  • age_days: 5896
  • days_rel: 40
  • days_push: 40
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

2821 stars · 347 forks observed · 2026-08-28

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

A Redis-backed session store for Connect and Express, implemented as a plug-in store for express-session. It persists session data in Redis with configurable TTL, key prefixes, and touch behavior.

Use cases

  • store express sessions in redis
  • share sessions across multiple node.js app instances
  • persist user login sessions across server restarts
  • configure session ttl in redis
  • scale express-session beyond memory store
  • use unique key prefixes per app on a shared redis instance

When to choose

  • you use express or connect with express-session and need a durable, scalable session store
  • you run multiple app instances behind a load balancer and need shared session state
  • you want sessions to survive server restarts

When to avoid

  • you don't use express-session or connect
  • you don't want a redis dependency for a small single-instance app
  • you need a session store for a framework other than express/connect

Facets

library · maturity stable

caching web-framework middleware web-development backend databases developer-tools redis session-store express express-session connect typescript nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
tj/connect-redismain91

For agents

markdown · JSON · MCP: product_card(name="tj/connect-redis")

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