文件名称:node-cache:redis 的包装器
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-27 07:46:02
JavaScript
缓存 redis 的包装器 缓存 var cache = require ( 'cache' ) ; cache . configureWith ( { host : 'localhost' , port : '6379' } ) ; var owner = 'myFileFunction' ; var cacheKey = { foo : 'bar' } ; var data = { my : 'data' , goes : 'here' } ; var cacheDuration = 10 ; cache . storeObject ( owner , cacheKey , data , cacheDuration ) ; cache . findObject ( owner , cacheKey , function ( err , data ) { console .
【文件预览】:
node-cache-master
----test.js(1KB)
----LICENSE(1KB)
----README.md(439B)
----.gitignore(526B)
----index.js(4KB)
----package.json(345B)