From 53e36c1c78df0270ed904ddd74f3263e4152a18a Mon Sep 17 00:00:00 2001 From: v4l3r10 Date: Sun, 30 Aug 2015 20:01:13 +0200 Subject: [PATCH 1/2] Update README.md Add Store Engine. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7eea107e..25718cb0 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ See the [Express.js cache-manager example app](https://github.com/BryanDonovan/n npm install cache-manager +## Store Engine +[Redis Store ](https://github.com/dial-once/node-cache-manager-redis) +[MongoDB Store](https://github.com/v4l3r10/node-cache-manager-mongodb) + ## Overview First, it includes a `wrap` function that lets you wrap any function in cache. From f276a003ef0e2bf35f5455811fb5f15b6d4301f1 Mon Sep 17 00:00:00 2001 From: v4l3r10 Date: Sun, 30 Aug 2015 20:02:49 +0200 Subject: [PATCH 2/2] Fix Typo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25718cb0..320fa4c2 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,9 @@ See the [Express.js cache-manager example app](https://github.com/BryanDonovan/n npm install cache-manager ## Store Engine -[Redis Store ](https://github.com/dial-once/node-cache-manager-redis) -[MongoDB Store](https://github.com/v4l3r10/node-cache-manager-mongodb) +* [node-cache-manager-redis](https://github.com/dial-once/node-cache-manager-redis) + +* [node-cache-manager-mongodb](https://github.com/v4l3r10/node-cache-manager-mongodb) ## Overview