文件名称:keyv-file:Keyv的文件存储适配器,使用json序列化数据
文件大小:35KB
文件格式:ZIP
更新时间:2024-05-26 01:08:09
TypeScript
密钥文件 Keyv的文件存储适配器,使用json快速而小型地序列化数据。 文件存储适配器。 TTL功能由间隔扫描在内部处理,不需要担心过期的数据会占用太多空间。 安装 npm install --save keyv keyv-file 用法 与keyv一起使用 const Keyv = require ( 'keyv' ) const { KeyvFile } = require ( 'keyv-file' ) const keyv = new Keyv ( { store : new KeyvFile ( ) } ) ; // More options with default value: const customKeyv = new Keyv ( { store : new KeyvFile ( { filename : ` ${ os . tmpdir ( )
【文件预览】:
keyv-file-master
----.travis.yml(69B)
----test.js(2KB)
----package.json(1KB)
----LICENSE(1KB)
----tsconfig.json(5KB)
----.gitignore(888B)
----README.md(2KB)
----yarn.lock(102KB)
----index.ts(4KB)