multi-cache:具有多个后端作为选项的灵活缓存接口

时间:2024-06-22 05:14:59
【文件属性】:

文件名称:multi-cache:具有多个后端作为选项的灵活缓存接口

文件大小:24KB

文件格式:ZIP

更新时间:2024-06-22 05:14:59

JavaScript

多缓存 一个灵活的 node.js 缓存,具有受启发的可互换存储后端 安装 使用 npm run 安装最新版本 npm install multi-cache 要从 github 安装开发版本,请运行: npm install "git+https://github.com/belbis/multi-cache" 介绍 该项目的目标是为可互换数量的缓存提供高级接口 用法 简单的内存缓存示例: var mc = require ( "multi-cache" ) . getCache ( "memcached" ) ; var getCallback = function ( e , r ) { if ( e ) throw e ; console . log ( r ) ; mc . disconnect ( ) ; } ; var setCallback = fu


【文件预览】:
multi-cache-master
----README.md(2KB)
----test()
--------multi()
--------storage()
----examples()
--------redisExample.js(366B)
--------dynamoExample.js(633B)
--------memcachedExample.js(418B)
--------switchStorageExample.js(713B)
----package.json(819B)
----src()
--------storage.js(428B)
--------multi.js(5KB)
--------storage()
--------errors.js(1KB)
----index.js(117B)
----LICENSE.md(1KB)
----.travis.yml(181B)

网友评论