mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:43:26 +08:00
【修复】修复手动redis基类实现中查询方法的异常。
This commit is contained in:
@@ -200,7 +200,7 @@ namespace CoreCms.Net.Caching.Redis
|
||||
{
|
||||
foreach (var key in (RedisKey[])redisResult)
|
||||
{
|
||||
list.Add(RedisConnection.GetDatabase().StringGet(key));
|
||||
list.Add(key);
|
||||
}
|
||||
}
|
||||
return list;
|
||||
|
||||
Reference in New Issue
Block a user