明树Git Lab

Commit afc7b8fd authored by zfp1's avatar zfp1

update

parent 633b0c40
Pipeline #103852 passed with stage
in 2 seconds
const Redis = require('ioredis');
const redis = new Redis({
port: 6379,
host: "127.0.0.1",
// password: "Mingshu20170706",
db: 0,
});
const redis = new Redis(sysconfig.redis);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment