feat: add redis cache to store polls state

This commit is contained in:
2021-07-30 17:06:23 -04:00
parent 2336e159c7
commit db1bb161d6
8 changed files with 123 additions and 62 deletions

1
model/__init__.py Normal file
View File

@@ -0,0 +1 @@
from model.poll import Poll