Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add keyv-anyredis to the third-party storage adapters list. This client supports other Redis clients besides ioredis, and it also supports cluster mode for those clients that can use it (including ioredis).
  • Loading branch information
natesilva committed Jan 29, 2021
1 parent ab99cad commit 0bff42c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -145,6 +145,7 @@ The following are third-party storage adapters compatible with Keyv:
- [keyv-firestore ](https://github.com/goto-bus-stop/keyv-firestore) – Firebase Cloud Firestore adapter for Keyv
- [keyv-mssql](https://github.com/pmorgan3/keyv-mssql) - Microsoft Sql Server adapter for Keyv
- [keyv-memcache](https://github.com/jaredwray/keyv-memcache) - Memcache storage adapter for Keyv
- [keyv-anyredis](https://github.com/natesilva/keyv-anyredis) - Support for Redis clusters and alternative Redis clients

## Add Cache Support to your Module

Expand Down

0 comments on commit 0bff42c

Please sign in to comment.