A file storage adapter for Keyv.
npm install --save @keyvhq/core @keyvhq/file
const KeyvFile = require('@keyvhq/file')
const Keyv = require('@keyvhq/core')
const keyv = new Keyv({
store: new KeyvFile('./myfile')
})
@keyvhq/file © Luke Childs, released under the MIT License.
Maintained by Microlink with help from contributors.
microlink.io · GitHub microlinkhq · X @microlinkhq