... import datetime app = FastAPI() websocket_ip = 'localhost' redis_client = StrictRedis(host='localhost', port=6379, db=0) # redis 客户端 ...
確定! 回上一頁