文件名称:think-redis:ThinkJS重复
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-28 20:11:45
redis thinkjs3 JavaScript
思想思考 安装 npm install think-redis 如何使用 默认选项 您可以在找到所有配置选项 const defaultConfig = { port : 6379 , // Redis port host : '127.0.0.1' , // Redis host password : '' , } ; 用法 import Redis from '../index' ; let redisInst = new Redis ( config ) ; // set key let s1 = await redisInst . set ( 'name2' , 'lushijie' ) ; // never expire let s2 = await redisInst . set ( 'name3' , 'lushijie' , 3000 )
【文件预览】:
think-redis-master
----.gitignore(667B)
----README.md(2KB)
----test()
--------index.js(2KB)
----LICENSE(1KB)
----.eslintrc(25B)
----package.json(1KB)
----index.js(4KB)
----.travis.yml(206B)