redis/node-redis
Redis Node.js client observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 97
- 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: 15.0
- age_days: 5833
- days_rel: 22
- days_push: 7
- n_releases_24m: 21
Adoption not part of the score
17572 stars · 1968 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Node-Redis is the official, modern, high-performance Redis client for Node.js, written in TypeScript. It ships as a monorepo of packages covering core Redis commands plus Redis Stack modules like JSON, search, and probabilistic data structures.
Use cases
- connect to redis from nodejs
- cache api responses in node
- use redis pub/sub for realtime messaging
- run redis queries with RediSearch from node
- store and query JSON documents in redis
- connect to a redis cluster
- use bloom filters in nodejs
When to choose
- you need the official, actively maintained Redis client for Node.js
- you want TypeScript types and Redis Stack module support (JSON, search, bloom)
- you need cluster support and high performance
When to avoid
- you use ioredis-specific APIs or Lua-heavy legacy code built on another client
- your runtime is not Node.js (e.g. browser or Deno without compatible shims)
Facets
library · maturity stable
database-driver caching search-engine databases backend developer-tools cross-platform redis-client redis-cluster typescript pub-sub key-value-store search nodejs
2 sources
- readme: https://github.com/redis/node-redis · fetched 2026-08-28 · 9bdf9c46478a
- homepage: https://redis.js.org/ · fetched 2026-08-29 · 52f10d048512
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| redis/node-redis | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="redis/node-redis")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem