input-service/src/redis_client.py

5 lines
87 B
Python

#!/usr/bin/env python3
from flask_redis import FlaskRedis
redis_client = FlaskRedis()