Migrate from aioredis to redis

This commit is contained in:
2022-10-26 22:41:48 +02:00
parent ab19824724
commit 50f7063c92
4 changed files with 185 additions and 39 deletions

View File

@@ -13,13 +13,13 @@ ormar = {extras = ["postgresql"], version = "^0.12.0"}
alembic = "^1.8.1"
fastapi-pagination = {extras = ["ormar"], version = "^0.10.0"}
orjson = "^3.8.1"
aioredis = "^2.0.1"
httpx = "^0.23.0"
meilisearch = "^0.22.1"
prometheus-fastapi-instrumentator = "^5.9.1"
uvloop = "^0.17.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.10.1"
redis = {extras = ["hiredis"], version = "^4.3.4"}
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"