StackExchange.Redis.Extensions.Core
1.0.0
See the version list below for details.
dotnet add package StackExchange.Redis.Extensions.Core --version 1.0.0
NuGet\Install-Package StackExchange.Redis.Extensions.Core -Version 1.0.0
<PackageReference Include="StackExchange.Redis.Extensions.Core" Version="1.0.0" />
<PackageVersion Include="StackExchange.Redis.Extensions.Core" Version="1.0.0" />
<PackageReference Include="StackExchange.Redis.Extensions.Core" />
paket add StackExchange.Redis.Extensions.Core --version 1.0.0
#r "nuget: StackExchange.Redis.Extensions.Core, 1.0.0"
#:package StackExchange.Redis.Extensions.Core@1.0.0
#addin nuget:?package=StackExchange.Redis.Extensions.Core&version=1.0.0
#tool nuget:?package=StackExchange.Redis.Extensions.Core&version=1.0.0
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications.
To store complex data It requires one of the following implementations:
- StackExchange.Redis.Extensions.Newtonsoft
- StackExchange.Redis.Extensions.Jil
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
-
- StackExchange.Redis (>= 1.0.371)
NuGet packages (76)
Showing the top 5 NuGet packages that depend on StackExchange.Redis.Extensions.Core:
| Package | Downloads |
|---|---|
|
StackExchange.Redis.Extensions.Newtonsoft
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. To store complex data It requires one of the following implementations: - StackExchange.Redis.Extensions.Newtonsoft - StackExchange.Redis.Extensions.System.Text.Json - StackExchange.Redis.Extensions.MemoryPack - StackExchange.Redis.Extensions.MsgPack - StackExchange.Redis.Extensions.Protobuf - StackExchange.Redis.Extensions.ServiceStack - StackExchange.Redis.Extensions.Utf8Json |
|
|
StackExchange.Redis.Extensions.AspNetCore
StackExchange.Redis.Extensions.AspNetCore is a library that has a set of extensions method fpr ASP.NET Core |
|
|
StackExchange.Redis.Extensions.Protobuf
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. To store complex data It requires one of the following implementations: - StackExchange.Redis.Extensions.Newtonsoft - StackExchange.Redis.Extensions.System.Text.Json - StackExchange.Redis.Extensions.MemoryPack - StackExchange.Redis.Extensions.MsgPack - StackExchange.Redis.Extensions.Protobuf - StackExchange.Redis.Extensions.ServiceStack - StackExchange.Redis.Extensions.Utf8Json |
|
|
StackExchange.Redis.Extensions.System.Text.Json
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. To store complex data It requires one of the following implementations: - StackExchange.Redis.Extensions.Newtonsoft - StackExchange.Redis.Extensions.System.Text.Json - StackExchange.Redis.Extensions.MemoryPack - StackExchange.Redis.Extensions.MsgPack - StackExchange.Redis.Extensions.Protobuf - StackExchange.Redis.Extensions.ServiceStack - StackExchange.Redis.Extensions.Utf8Json |
|
|
StackExchange.Redis.Extensions.MsgPack
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications. To store complex data It requires one of the following implementations: - StackExchange.Redis.Extensions.Newtonsoft - StackExchange.Redis.Extensions.System.Text.Json - StackExchange.Redis.Extensions.MemoryPack - StackExchange.Redis.Extensions.MsgPack - StackExchange.Redis.Extensions.Protobuf - StackExchange.Redis.Extensions.ServiceStack - StackExchange.Redis.Extensions.Utf8Json |
GitHub repositories (6)
Showing the top 6 popular GitHub repositories that depend on StackExchange.Redis.Extensions.Core:
| Repository | Stars |
|---|---|
|
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
|
|
|
shr670377723/CommunityServer-master
|
|
|
lindexi/lindexi_gd
博客用到的代码
|
|
|
friflo/Friflo.Json.Fliox
C# ORM - High Performance, SQL, NoSQL, Messaging, Pub-Sub
|
|
|
jimdroberts/FishMMO
FishNetworking MMO Template
|
|
|
anton-martyniuk/Modern
.NET modern tools for fast and efficient development
|
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0 | 1,861,455 | 1/20/2025 |
| 10.2.0 | 4,826,673 | 1/23/2024 |
| 10.1.0 | 281,875 | 1/7/2024 |
| 10.0.2 | 132,136 | 12/25/2023 |
| 10.0.1 | 13,268 | 12/23/2023 |
| 10.0.0 | 18,934 | 12/23/2023 |
| 9.1.0 | 4,221,462 | 3/1/2023 |
| 9.0.0 | 79,009 | 2/20/2023 |
| 8.0.5 | 4,879,327 | 5/24/2022 |
| 8.0.4 | 1,450,974 | 2/14/2022 |
| 8.0.3 | 263,606 | 1/14/2022 |
| 8.0.2 | 70,714 | 1/8/2022 |
| 8.0.1 | 11,615 | 1/7/2022 |
| 8.0.0 | 17,679 | 1/7/2022 |
| 7.2.1 | 1,082,063 | 11/19/2021 |
| 7.1.1 | 2,389,561 | 6/25/2021 |
| 7.0.1 | 455,626 | 5/21/2021 |
| 7.0.0 | 764,251 | 4/18/2021 |
| 6.4.5 | 851,761 | 3/9/2021 |
| 1.0.0 | 19,974 | 1/18/2015 |
- Add an object to Redis;
- Remove an object from Redis;
- Search Keys into Redis;
- Retrieve multiple object with a single roundtrip;
- Store multiple object with a single roundtrip;
Async methods;