We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a0fb4 commit 96ad5d4Copy full SHA for 96ad5d4
README.md
@@ -29,7 +29,9 @@ See the [Express.js cache-manager example app](https://github.com/BryanDonovan/n
29
npm install cache-manager
30
31
## Store Engines
32
-* [node-cache-manager-redis](https://github.com/dial-once/node-cache-manager-redis)
+* [node-cache-manager-redis](https://github.com/dial-once/node-cache-manager-redis) (uses [sol-redis-pool](https://github.com/joshuah/sol-redis-pool))
33
+
34
+* [node-cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store) (uses [node_redis](https://github.com/NodeRedis/node_redis))
35
36
* [node-cache-manager-mongodb](https://github.com/v4l3r10/node-cache-manager-mongodb)
37
0 commit comments