redis/ioredis

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

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 33 minutes ago
Added to GitGenius on September 3rd, 2026
Created on April 2nd, 2015
Open Issues & Pull Requests: 210 (+0)
GitHub issues: Enabled
Number of forks: 1,246
Total Stargazers: 15,335 (+0)
Total Subscribers: 159 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.7 days
Mean response time: 123.1 days
90th percentile: 308.1 days
Tracked items: 237

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 2% of issues opened in the past year have been closed. Three people close 64% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 50
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 1,208 days
Stale 30+ days: 36
Stale 90+ days: 34

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 5
Events in 7 days: 9

Top labels

  • stale (160)
  • bug (12)
  • released (12)
  • question (9)
  • need detail (6)
  • feature (5)
  • released on @beta (5)
  • enhancement (4)

Detailed Description

ioredis is a Redis client for Node.js that provides robust, performance-focused access to Redis servers with full feature support.

The tool addresses the need for reliable Redis connectivity in Node.js applications by implementing a comprehensive client that handles the complexity of Redis protocol communication, connection management, and command execution. It works by maintaining persistent connections to Redis instances, queuing commands, handling responses, and providing abstractions for common patterns like pipelining, Lua scripting, and pub/sub messaging. The client supports both callback and promise-based APIs, allowing developers to work with their preferred async patterns.

Developers should know that ioredis is a stable, mature project suitable for production use in existing applications, particularly those already relying on it. The README explicitly recommends node-redis for new projects, noting that node-redis is actively maintained and supports newer Redis features including hash-field expiration, Redis Stack capabilities, and Redis 8 commands. ioredis remains a solid choice for applications requiring cluster support, Sentinel integration, streams, pipelining, Lua scripting, Redis Functions, pub/sub with binary messages, TLS encryption, and GEO commands. The client is written entirely in TypeScript with official type declarations included.

The project maintains multiple version branches to support different Node.js and Redis versions, with the latest branch supporting Node.js 20 and Redis 6.2 through current releases. Development activity shows maintenance occurring on a best-effort basis for relevant issues, with contributions still evaluated and merged when they benefit the project. The tool includes comprehensive API documentation, a changelog tracking features and fixes, and upgrade guides for moving between major versions.