CachingFramework.Redis.NewtonsoftJson
15.0.1
See the version list below for details.
dotnet add package CachingFramework.Redis.NewtonsoftJson --version 15.0.1
NuGet\Install-Package CachingFramework.Redis.NewtonsoftJson -Version 15.0.1
<PackageReference Include="CachingFramework.Redis.NewtonsoftJson" Version="15.0.1" />
<PackageVersion Include="CachingFramework.Redis.NewtonsoftJson" Version="15.0.1" />
<PackageReference Include="CachingFramework.Redis.NewtonsoftJson" />
paket add CachingFramework.Redis.NewtonsoftJson --version 15.0.1
#r "nuget: CachingFramework.Redis.NewtonsoftJson, 15.0.1"
#:package CachingFramework.Redis.NewtonsoftJson@15.0.1
#addin nuget:?package=CachingFramework.Redis.NewtonsoftJson&version=15.0.1
#tool nuget:?package=CachingFramework.Redis.NewtonsoftJson&version=15.0.1
Newtonsoft Json serializer for CachingFramework.Redis, a distributed caching based on StackExchange.Redis and Redis. Includes support for all redis data types, tagging mechanism, cache invalidation, PubSub, GeoSpatial indexes, HyperLogLog and is cluster-compatible.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. 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 was computed. 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 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- CachingFramework.Redis (>= 15.0.1)
- Newtonsoft.Json (>= 13.0.1)
- StackExchange.Redis (>= 2.2.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
-
.NETStandard 2.0
- CachingFramework.Redis (>= 15.0.1)
- Newtonsoft.Json (>= 13.0.1)
- StackExchange.Redis (>= 2.2.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
-
net5.0
- CachingFramework.Redis (>= 15.0.1)
- Newtonsoft.Json (>= 13.0.1)
- StackExchange.Redis (>= 2.2.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
-
net6.0
- CachingFramework.Redis (>= 15.0.1)
- Newtonsoft.Json (>= 13.0.1)
- StackExchange.Redis (>= 2.2.4)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CachingFramework.Redis.NewtonsoftJson:
| Package | Downloads |
|---|---|
|
Enigmatry.Entry.CacheManager
Building Block for adding a Cache Manager to an Entry based project |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 17.1.0 | 3,253 | 2/3/2026 |
| 17.0.0 | 2,465 | 11/8/2025 |
| 16.0.0 | 1,693 | 6/18/2025 |
| 15.0.2 | 273,413 | 1/22/2023 |
| 15.0.1 | 12,887 | 11/14/2022 |
| 15.0.0 | 8,067 | 10/8/2022 |
| 14.1.0 | 2,663 | 8/5/2022 |
| 14.0.0 | 9,014 | 5/17/2022 |
| 13.0.0 | 1,205 | 5/10/2022 |
| 12.0.6 | 70,207 | 7/8/2021 |
| 12.0.5 | 13,009 | 5/24/2021 |
| 12.0.4 | 3,323 | 4/17/2021 |
| 12.0.3 | 6,499 | 8/11/2020 |
| 12.0.2 | 1,812 | 7/22/2020 |
| 12.0.1 | 1,543 | 6/14/2020 |
| 12.0.0 | 1,620 | 5/25/2020 |
Adding `DatabaseOptions` to allow customizing the redis database to use. Key prefix and/or Database Index (#84).