Browse Source

Official storage adapter explanation

emp
Luke Childs 7 years ago
committed by Jytesh
parent
commit
77e0b9d9eb
  1. 2
      packages/keyv/README.md

2
packages/keyv/README.md

@ -69,6 +69,8 @@ await keyv.clear(); // undefined
### Official Storage adapters
The official storage adapters are covered by over 100 unit tests to guarantee consistent behaviour. They are lightweight, efficient wrappers over the DB clients making use of indexes and native TTLs where available.
Database|Adapter|Status
---|---|---
Redis | [keyv-redis](https://github.com/lukechilds/keyv-redis) | [![Build Status](https://travis-ci.org/lukechilds/keyv-redis.svg?branch=master)](https://travis-ci.org/lukechilds/keyv-redis)

Loading…
Cancel
Save