优化内容
This commit is contained in:
@@ -14,7 +14,7 @@ class KidPhotoRedisDB:
|
||||
def __init__(self, db_manager: DBConnectionManager):
|
||||
self.db_manager = db_manager
|
||||
self.prefix = "group:kid_photo:"
|
||||
self.logger = logging.getLogger("DB.KidPhotoRedis")
|
||||
logger = logging.getLogger("DB.KidPhotoRedis")
|
||||
|
||||
def get_redis_connection(self):
|
||||
"""获取Redis连接"""
|
||||
|
||||
Reference in New Issue
Block a user