Skip to content

Commit c0586e5

Browse files
committed
Merge pull request sindresorhus#311 from lpinca/add/ioredis
Remove node_redis in favor of ioredis
2 parents 6a72b9f + c6e0a5a commit c0586e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
441441
- [MongoDB](https://github.com/mongodb/node-mongodb-native) - MongoDB driver.
442442
- [PostgreSQL](https://github.com/brianc/node-postgres) - PostgreSQL client. Pure JavaScript and native libpq bindings.
443443
- [MySQL](https://github.com/felixge/node-mysql) - MySQL client.
444-
- [Redis](https://github.com/mranney/node_redis) - Redis client.
444+
- [Redis](https://github.com/luin/ioredis) - Redis client.
445445
- ODM / ORM
446446
- [Bookshelf](http://bookshelfjs.org) - ORM for PostgreSQL, MySQL and SQLite3 in the style of Backbone.js.
447447
- [Mongoose](http://mongoosejs.com) - Elegant MongoDB object modeling.

0 commit comments

Comments
 (0)