redache:友好的Redis缓存库

时间:2024-08-24 01:55:39
【文件属性】:

文件名称:redache:友好的Redis缓存库

文件大小:51KB

文件格式:ZIP

更新时间:2024-08-24 01:55:39

nodejs redis caching node cache

红肿 简单的 redis 缓存库。 安装 使用您喜欢的包管理器安装 Redache: yarn add redache # or npm i --save redache 然后将其包含在您的项目中: # CommonJS way const Redache = require ( 'redache' ) # ES6 import Redache from 'redache' 配置 Redache 构造函数接受一个包含 Redis 配置参数的对象。 这是最小配置的示例,您可以在此处找到有关参数的更多信息: : 。 const cache = new Redache ( { host : '127.0.0.1' , port : '6379' , password : 'foobar' , db : 0 , tls : { } // Enable TLS,


【文件预览】:
redache-master
----.eslintrc.json(429B)
----.github()
--------workflows()
----yarn.lock(102KB)
----Dockerfile(261B)
----.travis.yml(134B)
----LICENSE(1KB)
----test()
--------forget.test.js(728B)
--------get.test.js(3KB)
--------set.test.js(3KB)
----README.md(4KB)
----docker-compose.yml(214B)
----.gitignore(37B)
----index.js(4KB)
----package.json(795B)

网友评论