增加RCU上离线功能,能耗双通道

This commit is contained in:
2026-01-15 17:32:26 +08:00
parent b746a1da1a
commit 10bf712006
148 changed files with 8075 additions and 290 deletions

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

View File

@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Redis定阅")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b746a1da1ae011428691ad3faa572074d962f1b5")]
[assembly: System.Reflection.AssemblyProductAttribute("Redis定阅")]
[assembly: System.Reflection.AssemblyTitleAttribute("Redis定阅")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// 由 MSBuild WriteCodeFragment 类生成。

View File

@@ -0,0 +1 @@
a194e77b0ce52c657cd9923aaad78f93caabb9283affd0e46e76ddac34f9af71

View File

@@ -0,0 +1,26 @@
is_global = true
build_property.Orleans_DesignTimeBuild =
build_property.Orleans_AttachDebugger =
build_property.Orleans_GenerateFieldIds =
build_property.Orleans_ImmutableAttributes =
build_property.Orleans_IdAttributes =
build_property.Orleans_AliasAttributes =
build_property.Orleans_GenerateSerializerAttributes =
build_property.Orleans_ConstructorAttributes =
build_property.OrleansGenerateCompatibilityInvokers =
build_property.TargetFramework = net8.0
build_property.TargetFrameworkIdentifier = .NETCoreApp
build_property.TargetFrameworkVersion = v8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Redis定阅
build_property.ProjectDir = E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =

View File

@@ -0,0 +1,11 @@
// <auto-generated/>
global using Orleans;
global using Orleans.Hosting;
global using Orleans.Runtime;
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Net.Http;
global using System.Threading;
global using System.Threading.Tasks;

Binary file not shown.

View File

@@ -0,0 +1 @@
14bc46e13922cc539d3eeab75db5ffbde07c1816dd80ad63643975c489f70e18

View File

@@ -0,0 +1,108 @@
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Redis定阅.exe
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Redis定阅.deps.json
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Redis定阅.runtimeconfig.json
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Redis定阅.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Redis定阅.pdb
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\csredis.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\CSRedisCore.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Google.Protobuf.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Humanizer.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\MessagePack.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\MessagePack.Annotations.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.AspNetCore.Connections.Abstractions.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Bcl.AsyncInterfaces.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.CodeAnalysis.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.CodeAnalysis.Workspaces.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Configuration.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Configuration.Abstractions.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Configuration.Binder.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Configuration.CommandLine.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Configuration.EnvironmentVariables.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Configuration.FileExtensions.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Configuration.Json.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Configuration.UserSecrets.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.DependencyModel.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Diagnostics.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Diagnostics.Abstractions.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Features.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.FileProviders.Abstractions.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.FileProviders.Physical.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.FileSystemGlobbing.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Hosting.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Hosting.Abstractions.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Logging.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Logging.Abstractions.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Logging.Configuration.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Logging.Console.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Logging.Debug.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Logging.EventLog.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Logging.EventSource.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.ObjectPool.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Options.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Options.ConfigurationExtensions.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.Extensions.Primitives.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Microsoft.NET.StringTools.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Orleans.Core.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Orleans.Core.Abstractions.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Orleans.Serialization.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Orleans.Serialization.Abstractions.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\MongoDB.Bson.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\Newtonsoft.Json.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\System.Composition.AttributedModel.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\System.Composition.Convention.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\System.Composition.Hosting.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\System.Composition.Runtime.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\System.Composition.TypedParts.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\System.Configuration.ConfigurationManager.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\System.Diagnostics.EventLog.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\System.Diagnostics.PerformanceCounter.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\System.IO.Hashing.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\System.IO.Pipelines.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\System.Memory.Data.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\System.Security.Cryptography.ProtectedData.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\runtimes\win\lib\net8.0\System.Diagnostics.EventLog.Messages.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\runtimes\win\lib\net8.0\System.Diagnostics.EventLog.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\runtimes\win\lib\net8.0\System.Diagnostics.PerformanceCounter.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\CommonEntity.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\CommonTools.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\CommonEntity.pdb
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\bin\Debug\net8.0\CommonTools.pdb
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\obj\Debug\net8.0\Redis定阅.csproj.AssemblyReference.cache
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\obj\Debug\net8.0\Redis定阅.GeneratedMSBuildEditorConfig.editorconfig
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\obj\Debug\net8.0\Redis定阅.AssemblyInfoInputs.cache
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\obj\Debug\net8.0\Redis定阅.AssemblyInfo.cs
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\obj\Debug\net8.0\Redis定阅.csproj.CoreCompileInputs.cache
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\obj\Debug\net8.0\Redis定阅.csproj.Up2Date
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\obj\Debug\net8.0\Redis定阅.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\obj\Debug\net8.0\refint\Redis定阅.dll
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\obj\Debug\net8.0\Redis定阅.pdb
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\obj\Debug\net8.0\Redis定阅.genruntimeconfig.cache
E:\tian\chongxin\NewGit\Web_BLSKafka_Server_Prod\Redis定阅\obj\Debug\net8.0\ref\Redis定阅.dll

Binary file not shown.

View File

@@ -0,0 +1 @@
94babaa6ff6ef53b90359baa89a6ef280ea27124c9f4baf427fc27c39ef438e2

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.