Add Redis to Database

This commit is contained in:
Luigi Pinca
2014-07-13 10:06:22 +02:00
parent 7bbf7d9122
commit 9bbc41db85

View File

@@ -248,6 +248,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
### Database
- [LevelUP](https://github.com/rvagg/node-levelup) - LevelDB, Node.js style.
- [Redis](https://github.com/mranney/node_redis) - Redis client for Node.js.
- [Sequelize](https://github.com/sequelize/sequelize) - Multi-dialect ORM. Supports SQLite, MySQL, PostgreSQL.