文件名称:cacheman-redis-promise:使用promise并能够使用存根方法禁用缓存的cacheman-redis扩展
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-05 20:38:53
JavaScript
cacheman-redis-promise 基本上,它是模块的扩展,它使用并能够在不弄乱所有代码的情况下禁用缓存。 安装方式 $ npm install cacheman-redis-promise 用法 var cache = require ( 'cacheman-redis-promise' ) ( { host : '127.0.0.1' , port : 6379 } ) cache . set ( 'some key' , 'hello there' ) . then ( function ( data ) { console . log ( data ) ; // -> 'hello there' return cache . get ( 'some key' ) ; } ) . then ( function ( data ) { console . log (
【文件预览】:
cacheman-redis-promise-master
----.npmignore(27B)
----README.md(1KB)
----.gitignore(14B)
----index.js(2KB)
----package.json(760B)