File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Senparc.CO2NET.Cache.CsRedis
Senparc.CO2NET.Cache.Redis Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ static BaseRedisObjectCacheStrategy()
4343 //自动注册连接字符串信息
4444 if ( string . IsNullOrEmpty ( RedisManager . ConfigurationOption ) &&
4545 ! string . IsNullOrEmpty ( Config . SenparcSetting . Cache_Redis_Configuration ) &&
46- Config . SenparcSetting . Cache_Redis_Configuration != "Redis配置" )
46+ Config . SenparcSetting . Cache_Redis_Configuration != "Redis配置" &&
47+ Config . SenparcSetting . Cache_Redis_Configuration != "#{Cache_Redis_Configuration}#" )
4748 {
4849 RedisManager . ConfigurationOption = Config . SenparcSetting . Cache_Redis_Configuration ;
4950 }
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net45;net461;netstandard2.0</TargetFrameworks >
4- <Version >0.5.1 -preview3</Version >
4+ <Version >0.5.2 -preview3</Version >
55 <AssemblyName >Senparc.CO2NET.Cache.CsRedis</AssemblyName >
66 <RootNamespace >Senparc.CO2NET.Cache.CsRedis</RootNamespace >
77 <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
2323 <PackageIconUrl >http://sdk.weixin.senparc.com/Images/Logo.jpg</PackageIconUrl >
2424 <PackageReleaseNotes >
2525 v0.1.0 创世
26- v0.5.1 BaseRedisObjectCacheStrategy 析构函数进行 null 值判断
26+ v0.5.2 BaseRedisObjectCacheStrategy 析构函数进行 null 值判断,并添加 "#{Cache_Redis_Configuration}#" 过滤判断
2727 </PackageReleaseNotes >
2828 <RepositoryUrl >https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl >
2929 <Configurations >Debug;Release;Test</Configurations >
Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ static BaseRedisObjectCacheStrategy()
4545 //自动注册连接字符串信息
4646 if ( string . IsNullOrEmpty ( RedisManager . ConfigurationOption ) &&
4747 ! string . IsNullOrEmpty ( Config . SenparcSetting . Cache_Redis_Configuration ) &&
48- Config . SenparcSetting . Cache_Redis_Configuration != "Redis配置" )
48+ Config . SenparcSetting . Cache_Redis_Configuration != "Redis配置" &&
49+ Config . SenparcSetting . Cache_Redis_Configuration != "#{Cache_Redis_Configuration}#" )
4950 {
5051 RedisManager . ConfigurationOption = Config . SenparcSetting . Cache_Redis_Configuration ;
5152 }
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net45;net461;netstandard2.0</TargetFrameworks >
4- <Version >3.11.1 -preview3</Version >
4+ <Version >3.11.2 -preview3</Version >
55 <AssemblyName >Senparc.CO2NET.Cache.Redis</AssemblyName >
66 <RootNamespace >Senparc.CO2NET.Cache.Redis</RootNamespace >
77 <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
100100 v3.6.0 支持新版本 CO2NET,支持 .NET Core 3.0
101101 v3.6.102 支持新版本 CO2NET
102102 v3.6.103 支持新版本 CO2NET,优化异步方法
103- v3.11.1 BaseRedisObjectCacheStrategy 析构函数进行 null 值判断
103+ v3.11.2 BaseRedisObjectCacheStrategy 析构函数进行 null 值判断,并添加 "#{Cache_Redis_Configuration}#" 过滤判断
104104 </PackageReleaseNotes >
105105 <RepositoryUrl >https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl >
106106 <Configurations >Debug;Release;Test</Configurations >
You can’t perform that action at this time.
0 commit comments