Skip to content

Commit 96ad5d4

Browse files
committed
Add node-cache-manager-redis-store link to readme
1 parent b6a0fb4 commit 96ad5d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ See the [Express.js cache-manager example app](https://github.com/BryanDonovan/n
2929
npm install cache-manager
3030

3131
## Store Engines
32-
* [node-cache-manager-redis](https://github.com/dial-once/node-cache-manager-redis)
32+
* [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))
3335

3436
* [node-cache-manager-mongodb](https://github.com/v4l3r10/node-cache-manager-mongodb)
3537

0 commit comments

Comments
 (0)