Add redis cache

This commit is contained in:
2022-02-09 01:03:54 +03:00
parent baae2c850b
commit 19fe00335e
7 changed files with 265 additions and 69 deletions

View File

@@ -12,6 +12,8 @@ alembic = "^1.7.5"
ormar = {extras = ["postgresql"], version = "^0.10.23"}
uvicorn = {extras = ["standart"], version = "^0.16.0"}
httpx = "^0.22.0"
aioredis = "^2.0.1"
orjson = "^3.6.6"
[tool.poetry.dev-dependencies]