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

View File

@@ -1 +1 @@
poll_cache = {} # TODO: use a real cache
from data.redis import polls