Use redis the store the cache

This commit is contained in:
DingZQ
2025-03-09 10:18:54 +08:00
parent f2f1660b29
commit 246c6592ed
2 changed files with 43 additions and 29 deletions

View File

@@ -3,4 +3,5 @@ REM cd "f:\DEV\GitHub\TJWaterServer"
REM call startpg.bat
cd C:\SourceCode\Server
uvicorn main:app --host 0.0.0.0 --port 80 --reload
REM uvicorn main:app --host 0.0.0.0 --port 80 --reload
uvicorn main:app --host 0.0.0.0 --port 80