kakku-multi-store:Kakku 的多后端商店

时间:2024-07-10 01:12:45
【文件属性】:

文件名称:kakku-multi-store:Kakku 的多后端商店

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-10 01:12:45

JavaScript

kakku-多店 一个存储在内存中的-backed 。 用法 var Kakku = require ( "kakku" ) . Kakku ; var MultiStore = require ( "kakku-multi-store" ) . MultiStore ; var kakku = new Kakku ( { ... store : new MultiStore ( { stores : [ new LruCacheStore ( ... ) , new RedisStore ( ... ) , ] } ) , } ) ; 发展 开发非常简单,都是 JS 和标准节点的东西: 要安装依赖项: $ npm install 要运行测试: $ npm test 然后就制作你的真棒功能并为它做一个 PR。 不要忘记


【文件预览】:
kakku-multi-store-master
----.gitignore(12B)
----package.json(863B)
----src()
--------index.js(1KB)
----.travis.yml(103B)
----LICENSE(766B)
----index.js(55B)
----scripts()
--------test.sh(463B)
--------build.sh(177B)
----README.md(1KB)
----test()
--------spec()
--------_init.js(326B)

网友评论