Redis 菜单的重构,移除对 key 的管理

This commit is contained in:
YunaiV
2023-04-06 19:49:58 +08:00
parent 06e1e27652
commit 87ac04d9a7
7 changed files with 34 additions and 150 deletions

View File

@ -112,7 +112,6 @@ export enum DICT_TYPE {
// ========== INFRA 模块 ==========
INFRA_BOOLEAN_STRING = 'infra_boolean_string',
INFRA_REDIS_TIMEOUT_TYPE = 'infra_redis_timeout_type',
INFRA_JOB_STATUS = 'infra_job_status',
INFRA_JOB_LOG_STATUS = 'infra_job_log_status',
INFRA_API_ERROR_LOG_PROCESS_STATUS = 'infra_api_error_log_process_status',