Update Cache Demo

This commit is contained in:
sunkaixuan
2017-10-11 14:26:16 +08:00
parent e090fee6de
commit 51e1cd1cb5
2 changed files with 7 additions and 11 deletions

View File

@@ -162,7 +162,7 @@ namespace SqlSugar.Extensions
{
using (var client = _redisClientManager.GetClient())
{
return client.SearchKeys("SqlSugarDataCache");
return client.SearchKeys("SqlSugarDataCache.*");
}
}
}