php go(function () { $redis = new Swoole\Coroutine\Redis(); $redis->connect('127.0.0.1', 6379); $val = $redis->get('key'); });. 而事實上在nodejs 中的async/await ...
確定! 回上一頁