onlystrive

Results 1 issues of onlystrive

Node.js Version:v6.11.2 ThinkJS Version: thinkjs 2.2.x ```js #redis.js配置 'use strict'; /** * redis configs */ export default { host: "127.0.0.1", port: 6379, password: "", timeout: 0,//失效时间 log_connect: true }; #session.js配置...

2.x