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