const asyncRedis = require("async-redis"); const myCache = asyncRedis.createClient(); myCache.on("error", function(err) { console.log("Error ...
確定! 回上一頁