mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-26 14:15:50 +08:00
Update Cache Demo
This commit is contained in:
@@ -162,7 +162,7 @@ namespace SqlSugar.Extensions
|
||||
{
|
||||
using (var client = _redisClientManager.GetClient())
|
||||
{
|
||||
return client.SearchKeys("SqlSugarDataCache");
|
||||
return client.SearchKeys("SqlSugarDataCache.*");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user