7 lines
179 B
Python
7 lines
179 B
Python
"""
|
|
工具模块
|
|
"""
|
|
from app.utils.redis_client import redis_client, init_redis, close_redis, RedisClient
|
|
|
|
__all__ = ["redis_client", "init_redis", "close_redis", "RedisClient"]
|