feat: implement Redis caching for analytics endpoints with fallback to database
Test / test (push) Successful in 15s

This commit is contained in:
k1nq
2025-11-29 09:45:27 +05:00
parent 31d6a05521
commit fbb3116a2d
15 changed files with 671 additions and 13 deletions
+1
View File
@@ -12,6 +12,7 @@ dependencies = [
"pyjwt>=2.9.0",
"pydantic-settings>=2.12.0",
"sqlalchemy>=2.0.44",
"redis>=5.2.0",
]
[dependency-groups]