style: 完善注释提示

This commit is contained in:
陈淳
2024-02-18 15:32:00 +08:00
parent 7fb5cb72f5
commit b239a4ff56

View File

@@ -77,7 +77,7 @@ namespace Yi.Framework.Rbac.Application.Services.Monitor
{
if (!EnableRedisCache)
{
throw new UserFriendlyException("后端程序未使用Redis缓存无法对Redis进行监控");
throw new UserFriendlyException("后端程序未使用Redis缓存无法对Redis进行监控可切换使用Redis");
}
}