3 lines
63 B
Python
3 lines
63 B
Python
|
from flask_redis import FlaskRedis
|
||
|
|
||
|
redis_client = FlaskRedis()
|