文件名称:mon-cache:mongoose 缓存到 redis、memcached 或 lru-cache
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-27 16:26:54
JavaScript
mon-cache mon-cache 是 mongoose 缓存到 redis、memcached 或 lru-cache。 这利用了 npm 模块缓存客户端。 初始化 lru缓存 options = { store : "memory" } ; require ( 'mon-cache' ) ( mongoose , options ) ; Redis options = { store : "redis" , port : 6379 , host : "127.0.0.1" , auth : "password" , // optional select_db : 0 // optional, default is 0 } ; require ( 'mon-cache' ) ( mongoose , options ) ; 内存缓存 op
【文件预览】:
mon-cache-master
----.gitignore(26B)
----package.json(846B)
----LICENSE(1KB)
----README.md(1KB)
----lib()
--------log.js(913B)
--------mon-cache.js(3KB)
--------key.js(260B)
----test()
--------index.test.js(6KB)