This repository has been archived on 2020-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
producer-endpoint/redisclient.py

4 lines
64 B
Python
Raw Normal View History

2020-04-17 16:51:26 +02:00
from flask_redis import FlaskRedis
2020-05-08 22:17:09 +02:00
redis_client = FlaskRedis()