mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
优化监控和消息服务的资源管理
This commit is contained in:
+1
-2
@@ -10,10 +10,9 @@ from app.core.event import eventmanager, Event
|
||||
from app.log import logger
|
||||
from app.schemas import ConfigChangeEventData
|
||||
from app.schemas.types import EventType
|
||||
from app.utils.singleton import Singleton
|
||||
|
||||
|
||||
class RedisHelper(metaclass=Singleton):
|
||||
class RedisHelper:
|
||||
"""
|
||||
Redis连接和操作助手类
|
||||
|
||||
|
||||
Reference in New Issue
Block a user