# redis/ioredis

🚀 A robust, performance-focused, and full-featured Redis client for Node.js.

Repository: https://github.com/redis/ioredis
Canonical: https://ross.abutalabs.com/products/ioredis
Language: TypeScript
License: MIT
License Family: permissive
Topics: redis, redis-cluster, redis-client, redis-sentinel, typescript, redis-module, nodejs
Last push: 2026-08-12T12:25:03+00:00

## Health v2 (maintenance only)
Score: 97/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 95, longevity 100
- inputs: {"age_days": 4171, "days_push": 21, "days_rel": 33, "gap_med": 17.5, "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 15332, forks 1241 (observed 2026-08-28T04:11:09.663171+00:00)

## What it is
ioredis is a robust, performance-focused, full-featured Redis client for Node.js written in TypeScript. It supports Redis Cluster, Sentinel, Streams, Pub/Sub, pipelining, and Lua scripting with a promise/callback-friendly API.

## Use cases
- connect to redis from node.js
- use redis cluster in nodejs app
- redis pub/sub messaging
- run lua scripts on redis
- redis sentinel failover client
- cache data in redis from node
- redis streams consumer in javascript

## When to choose
- you need Redis Cluster, Sentinel, or Streams support in Node.js
- you want a mature, battle-tested client with Lua scripting abstractions
- you need transparent key prefixing and binary Pub/Sub support

## When to avoid
- starting a brand-new project - node-redis is the officially recommended client
- you need Redis Stack modules like search, JSON, or time-series
- you are not using Node.js or a JavaScript runtime

## Facets
- artifact type: library
- maturity: maintenance
- function: database-driver, caching, message-queue
- domain: databases, backend, developer-tools
- platform: cross-platform
- tags: redis-client, redis-cluster, redis-sentinel, pub-sub, lua-scripting, typescript, nodejs

## Member repositories
- redis/ioredis (main) score 97

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:09.663171+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:06:22.010634+00:00, confidence not recorded.
  - readme: https://github.com/redis/ioredis (fetched 2026-08-28T04:11:09.663171+00:00, sha aeeeb1df97b1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
