Add search result cache

This commit is contained in:
2021-11-21 16:48:04 +03:00
parent ef26b979d4
commit cc3ded9a7d
8 changed files with 121 additions and 36 deletions

View File

@@ -16,6 +16,7 @@ psycopg2 = "^2.9.1"
fastapi-pagination = {extras = ["ormar"], version = "^0.9.0"}
aiologger = "^0.6.1"
orjson = "^3.6.4"
aioredis = "^2.0.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"