From 9bbc41db85fc823a29f625d917feaa727724d752 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sun, 13 Jul 2014 10:06:22 +0200 Subject: [PATCH] Add Redis to Database --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3222f86..cf85f65 100644 --- a/readme.md +++ b/readme.md @@ -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.