From 290f70f9e5c2e3c2c8ce04a9ee8ff1d4658490a3 Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Wed, 27 Apr 2016 09:28:02 -0700 Subject: [PATCH] adding node-cache-manager-mongoose to the Store Engines section in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 30f14e6..8429bca 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ See the [Express.js cache-manager example app](https://github.com/BryanDonovan/n * [node-cache-manager-mongodb](https://github.com/v4l3r10/node-cache-manager-mongodb) +* [node-cache-manager-mongoose](https://github.com/disjunction/node-cache-manager-mongoose) + * [node-cache-manager-fs](https://github.com/hotelde/node-cache-manager-fs) ## Overview