... value = await redis.get(k) return value asyncio.run(main()) The main() function: we run it using asyncio.run() toward the bottom of the code sample.
確定! 回上一頁