StackExchange.Redis.Extensions.System.Text.Json 10.2.0

dotnet add package StackExchange.Redis.Extensions.System.Text.Json --version 10.2.0
NuGet\Install-Package StackExchange.Redis.Extensions.System.Text.Json -Version 10.2.0
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="StackExchange.Redis.Extensions.System.Text.Json" Version="10.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StackExchange.Redis.Extensions.System.Text.Json --version 10.2.0
#r "nuget: StackExchange.Redis.Extensions.System.Text.Json, 10.2.0"
#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 StackExchange.Redis.Extensions.System.Text.Json as a Cake Addin
#addin nuget:?package=StackExchange.Redis.Extensions.System.Text.Json&version=10.2.0

// Install StackExchange.Redis.Extensions.System.Text.Json as a Cake Tool
#tool nuget:?package=StackExchange.Redis.Extensions.System.Text.Json&version=10.2.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.System.Text.Json
       - StackExchange.Redis.Extensions.Jil
       - StackExchange.Redis.Extensions.MemoryPack
       - StackExchange.Redis.Extensions.MsgPack
       - StackExchange.Redis.Extensions.Protobuf
       - StackExchange.Redis.Extensions.ServiceStack
       - StackExchange.Redis.Extensions.Utf8Json

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on StackExchange.Redis.Extensions.System.Text.Json:

Package Downloads
UserManagement.Services

Package Description

Geex.Common.Abstraction

Package Description

Geex.Common.Settings

Package Description

Geex.Common

Package Description

Luna.Redis.AspNetCore

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.2.0 31,434 1/23/2024
10.1.0 43,677 1/7/2024
10.0.2 15,083 12/25/2023
10.0.1 405 12/23/2023
10.0.0 383 12/23/2023
9.1.0 403,538 3/1/2023
9.0.0 10,108 2/20/2023
8.0.5 228,087 5/24/2022
8.0.4 52,143 2/14/2022
8.0.3 23,711 1/14/2022
8.0.2 1,655 1/8/2022
8.0.1 302 1/7/2022
8.0.0 324 1/7/2022
7.2.1 87,383 11/19/2021
7.1.1 88,166 6/25/2021
7.0.1 8,481 5/21/2021
7.0.0 25,309 4/18/2021
7.0.0-pre 15,251 4/27/2020
6.4.5 25,835 3/9/2021
6.4.3 889 3/8/2021
6.4.2 398 3/8/2021
6.4.1 369 3/8/2021
6.4.0 337 3/8/2021
6.3.6 57,638 12/18/2020
6.3.5 60,665 9/1/2020
6.3.4 10,315 7/12/2020
6.3.3 593 7/3/2020
6.3.2 453 7/3/2020
6.3.1 484 7/3/2020
6.3.0 2,543 6/17/2020
6.2.2 521 6/11/2020
6.2.1 477 6/11/2020
6.2.0 503 6/11/2020
6.1.7 581 5/18/2020
6.1.6 605 5/8/2020
6.1.5 490 5/5/2020
6.1.1 566 4/27/2020
6.1.0 1,557 4/27/2020
6.0.11 901 4/19/2020
6.0.10-pre 359 4/18/2020
6.0.9-pre 312 4/18/2020
6.0.8-pre 370 4/16/2020
6.0.7-pre 403 4/9/2020
6.0.6-pre 339 4/9/2020
6.0.5-pre 501 3/11/2020
6.0.4-pre 351 3/11/2020
6.0.3-pre 321 3/11/2020
6.0.2-pre 342 3/10/2020
5.5.0 14,501 11/22/2019

- Multiple redis instances
       - Connection pooling (LeastLoaded or RoundRobin)
       - Added support to .NET Standard
       - Bugfixing
       - improving performances;
       - Add an object to Redis;
       - Change ISerializer interface (more info here https://github.com/imperugo/StackExchange.Redis.Extensions/issues/2)
       - Update StackExchange.Redis to latest version;
       - Changed Flush method;
       - Remove an object from Redis;
       - Search Keys into Redis;
       - Retrieve multiple object with a single roundtrip;
       - Store multiple object with a single roundtrip;
       - Get Redis Server information;
       - Set Add;
       - Set AddAdd;
       - SetRemove;
       - SetRemoveAll;
       - Set Member;
       - Pub/Sub events;
       - Save;
       - Async methods;
       - Hash methods;
       - Tags support;
       - Support for Keyspace isolation;