Use msgpack for redis cache

This commit is contained in:
2023-02-13 21:43:14 +01:00
parent a3619470fd
commit 5eb3d47656
3 changed files with 37 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ uvloop = "^0.17.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.14.0"
redis = {extras = ["hiredis"], version = "^4.4.2"}
ormsgpack = "^1.2.5"
[tool.poetry.dev-dependencies]