feat: 完善缓存监控模块

This commit is contained in:
陈淳
2023-11-07 10:31:53 +08:00
parent f0d0c304d6
commit 33a03d8119

View File

@@ -37,7 +37,7 @@ namespace Yi.Furion.Application.Rbac.Services.Impl
public List<string> GetKey([FromRoute] string cacaheName)
{
var output = _cacheClient.Keys($"{cacaheName}:*");
return new List<string>() { "1233124", "3124", "1231251", "12312412" };
return output.ToList();
}
//全部不为空