4 lines
64 B
Python
4 lines
64 B
Python
|
from flask_redis import FlaskRedis
|
||
|
|
||
|
redis_client = FlaskRedis()
|