Both variants do not return to console. ``` const asyncRedis = require("async-redis"); const client = asyncRedis.createClient(); // (async () => { // console.log("hello") // })() console.log("hello") ``` createClient is to blame