add redis backend for storage of gameboards

This commit is contained in:
2026-04-04 12:07:05 +02:00
parent bbdc8b288a
commit 4547e3443b
7 changed files with 232 additions and 13 deletions
+2
View File
@@ -8,5 +8,7 @@ dependencies = [
"aiologger>=0.7.0",
"dotenv>=0.9.9",
"gel>=3.1.0",
"redis>=5.2.1",
"quart>=0.20.0",
"aioredis>=2.0.1",
]