# redis/node-redis

Redis Node.js client

Repository: https://github.com/redis/node-redis
Canonical: https://ross.abutalabs.com/products/node-redis
Homepage: https://redis.js.org/
Language: TypeScript
License: MIT
License Family: permissive
Topics: redis, nodejs, node-redis, redis-client, redis-cluster
Last push: 2026-08-26T11:56:11+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 97, longevity 100
- inputs: {"age_days": 5833, "days_push": 7, "days_rel": 22, "gap_med": 15.0, "n_releases_24m": 21}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 17572, forks 1968 (observed 2026-08-28T04:11:20.004266+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: database-driver, caching, search-engine
- domain: databases, backend, developer-tools
- platform: cross-platform
- tags: redis-client, redis-cluster, typescript, pub-sub, key-value-store, search, nodejs

## Member repositories
- redis/node-redis (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:20.004266+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:02:53.379957+00:00, confidence not recorded.
  - readme: https://github.com/redis/node-redis (fetched 2026-08-28T04:11:20.004266+00:00, sha 9bdf9c46478a)
  - homepage: https://redis.js.org/ (fetched 2026-08-29T08:01:11.377314+00:00, sha 52f10d048512)
- Data as of 2026-08-30T08:39:29.467469+00:00.
