Added redis stuffs

This commit is contained in:
2021-08-17 17:53:16 +02:00
parent ca548f0863
commit 7f987afa7a
4 changed files with 36 additions and 47 deletions

4
src/redis_client.py Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python3
from flask_redis import FlaskRedis
redis_client = FlaskRedis()