新增Redis方法

This commit is contained in:
2025-12-20 15:35:14 +08:00
parent 48d3dbdcb7
commit 67f9192182
4 changed files with 61 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
using Models;
using Common;
using Models;
using Models.ModelItems;
using Models.View;
using Newtonsoft.Json;
@@ -1589,6 +1590,14 @@ namespace UI.Controllers
return ri;
}
public void A()
{
string code = "";
string roonumber = "";
string a = $"WXFault_{code}_{roonumber}";
CSRedisCacheHelper.HMGetAll("'");
}