Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ A robust, performance-focused and full-featured [Redis](http://redis.io) client

Supports Redis >= 2.6.12. Completely compatible with Redis 7.x.

# New Projects Should use Node-Redis

ioredis remains a robust and mature Redis client for Node.js. Regular maintenance releases will ensure continued stability.

The most advanced Redis client for Node.js is [Node-Redis](https://github.com/redis/node-redis). Node-Redis is actively developed and will receive major new features, which is why we are now recommending [Node-Redis](https://github.com/redis/node-redis) for new projects.

# Features

ioredis is a robust, full-featured Redis client that is
Expand Down