Commit ccba6d9b by zCaesar

add redis

parent 2d663521
......@@ -109,7 +109,7 @@ module.exports = function (options = {}) {
console.log('redis:status: ' + status)
res.send({
"result": status ? "ok" : "no"
});
});
})
// const util = require('util')
// console.log(util.inspect(status, false, null, true))
......
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