import asyncio import aioredis # redis 池redis_pool = { } # redis 池读写锁_lock = asyncio.Lock() async def get_db(index:str="0"): global ...
確定! 回上一頁