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
Kovács Bence 644c2df888
All checks were successful
continuous-integration/drone/push Build is passing
unit test endpoint
2020-05-08 22:17:09 +02:00

4 lines
64 B
Python

from flask_redis import FlaskRedis
redis_client = FlaskRedis()