Package Exports
- keyv
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (keyv) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
keyv
Simple key/value store with support for multiple backends
Keyv is a simple key/value store with support for multiple backends via storage adapters. The Keyv API is basically just a promisified subset of the Map API. Keyv also has TTL support making it suitable as a cache or persistent storage.
Install
npm install --save keyvLicense
MIT © Luke Childs