feat: 完成缓存监控模块

This commit is contained in:
陈淳
2024-02-18 15:02:23 +08:00
parent 9477ca0373
commit 798cb92f50
8 changed files with 125 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ namespace Yi.Framework.Bbs.Domain.Shared.Consts
{
public class LevelConst
{
public const string LevelCacheKey=nameof(LevelCacheKey);
public const string LevelCacheKey="Level:All";
public const string Level_Low_Zero = "经验提升等级低于或等于0";
}