增加RCU上离线功能,能耗双通道
This commit is contained in:
22
Redis定阅/Program.cs
Normal file
22
Redis定阅/Program.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using Common;
|
||||
using CommonEntity;
|
||||
using static CSRedis.CSRedisClient;
|
||||
|
||||
namespace Redis定阅
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, World!");
|
||||
|
||||
var DingYue3 = ("redis-power", new Action<SubscribeMessageEventArgs>(async (args) =>
|
||||
{
|
||||
string body = args.Body;
|
||||
|
||||
NengHao? poo = System.Text.Json.JsonSerializer.Deserialize<NengHao>(body);
|
||||
}));
|
||||
CSRedisCacheHelper.redis.Subscribe(DingYue3);
|
||||
}
|
||||
}
|
||||
}
|
||||
19
Redis定阅/Redis定阅.csproj
Normal file
19
Redis定阅/Redis定阅.csproj
Normal file
@@ -0,0 +1,19 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="csredis" Version="3.2.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\CommonEntity\CommonEntity.csproj" />
|
||||
<ProjectReference Include="..\CommonTools\CommonTools.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
BIN
Redis定阅/bin/Debug/net8.0/CSRedisCore.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/CSRedisCore.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/CommonEntity.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/CommonEntity.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/CommonEntity.pdb
Normal file
BIN
Redis定阅/bin/Debug/net8.0/CommonEntity.pdb
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/CommonTools.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/CommonTools.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/CommonTools.pdb
Normal file
BIN
Redis定阅/bin/Debug/net8.0/CommonTools.pdb
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Google.Protobuf.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Google.Protobuf.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Humanizer.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Humanizer.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/MessagePack.Annotations.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/MessagePack.Annotations.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/MessagePack.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/MessagePack.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Configuration.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Configuration.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Features.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Features.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Hosting.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Hosting.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Logging.Debug.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Logging.Debug.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.ObjectPool.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.ObjectPool.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Options.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Options.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.NET.StringTools.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Microsoft.NET.StringTools.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/MongoDB.Bson.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/MongoDB.Bson.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Newtonsoft.Json.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Newtonsoft.Json.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Orleans.Core.Abstractions.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Orleans.Core.Abstractions.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Orleans.Core.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Orleans.Core.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Orleans.Serialization.Abstractions.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Orleans.Serialization.Abstractions.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Orleans.Serialization.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Orleans.Serialization.dll
Normal file
Binary file not shown.
1292
Redis定阅/bin/Debug/net8.0/Redis定阅.deps.json
Normal file
1292
Redis定阅/bin/Debug/net8.0/Redis定阅.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Redis定阅/bin/Debug/net8.0/Redis定阅.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Redis定阅.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Redis定阅.exe
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Redis定阅.exe
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/Redis定阅.pdb
Normal file
BIN
Redis定阅/bin/Debug/net8.0/Redis定阅.pdb
Normal file
Binary file not shown.
12
Redis定阅/bin/Debug/net8.0/Redis定阅.runtimeconfig.json
Normal file
12
Redis定阅/bin/Debug/net8.0/Redis定阅.runtimeconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
Redis定阅/bin/Debug/net8.0/System.Composition.AttributedModel.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/System.Composition.AttributedModel.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/System.Composition.Convention.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/System.Composition.Convention.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/System.Composition.Hosting.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/System.Composition.Hosting.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/System.Composition.Runtime.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/System.Composition.Runtime.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/System.Composition.TypedParts.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/System.Composition.TypedParts.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/System.Diagnostics.EventLog.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/System.Diagnostics.EventLog.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/System.IO.Hashing.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/System.IO.Hashing.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/System.IO.Pipelines.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/System.IO.Pipelines.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/System.Memory.Data.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/System.Memory.Data.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll
Normal file
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/csredis.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/csredis.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Redis定阅/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll
Normal file
BIN
Redis定阅/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user