JSPM

  • Created
  • Published
  • Downloads 67028968
  • Score
    100M100P100Q231258F
  • License MIT

Simple key/value store with support for multiple backends

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

Build Status Coverage Status npm

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 keyv

License

MIT © Luke Childs