MK.Redis
8.0.6.7
dotnet add package MK.Redis --version 8.0.6.7
NuGet\Install-Package MK.Redis -Version 8.0.6.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MK.Redis" Version="8.0.6.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MK.Redis --version 8.0.6.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MK.Redis, 8.0.6.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MK.Redis as a Cake Addin #addin nuget:?package=MK.Redis&version=8.0.6.7 // Install MK.Redis as a Cake Tool #tool nuget:?package=MK.Redis&version=8.0.6.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MK.Redis
麦康 Redis 工具类
// 注入
builder.Services.AddMKRedis("127.0.0.1:6379,name=mk.redis");
// 使用
public class DemoController
{
private readonly MKRedis _redis;
public DemoController(MKRedis redis)
{
_redis = redis;
}
// 其他业务逻辑
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- MessagePack (>= 2.5.187)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- StackExchange.Redis (>= 2.8.16)
-
net7.0
- MessagePack (>= 2.5.187)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- StackExchange.Redis (>= 2.8.16)
-
net8.0
- MessagePack (>= 2.5.187)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- StackExchange.Redis (>= 2.8.16)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.6.7 | 122 | 10/18/2024 |