Skip to content

Commit

Permalink
fix: links to ioredis in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zzau13 committed Oct 26, 2022
1 parent 0ec35f6 commit 1ba46d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -116,7 +116,7 @@ See unit tests in [`test/multi-caching.test.ts`](./test/multi-caching.test.ts) f

- [node-cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store) (uses [node_redis](https://github.com/NodeRedis/node_redis))

- [node-cache-manager-ioredis](https://github.com/dabroek/node-cache-manager-ioredis) (uses [ioredis](https://github.com/luin/ioredis))
- [node-cache-manager-ioredis](https://github.com/Tirke/node-cache-manager-ioredis) (uses [ioredis](https://github.com/luin/ioredis))

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

Expand Down
2 changes: 1 addition & 1 deletion READMEv4.md
Expand Up @@ -32,7 +32,7 @@ See the [Express.js cache-manager example app](https://github.com/BryanDonovan/n

- [node-cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store) (uses [node_redis](https://github.com/NodeRedis/node_redis))

- [node-cache-manager-ioredis](https://github.com/Tirke/node-cache-manager) (uses [ioredis](https://github.com/luin/ioredis))
- [node-cache-manager-ioredis](https://github.com/Tirke/node-cache-manager-ioredis) (uses [ioredis](https://github.com/luin/ioredis))

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

Expand Down

0 comments on commit 1ba46d8

Please sign in to comment.