NRedisGraph 1.9.0
See the version list below for details.
dotnet add package NRedisGraph --version 1.9.0
NuGet\Install-Package NRedisGraph -Version 1.9.0
<PackageReference Include="NRedisGraph" Version="1.9.0" />
paket add NRedisGraph --version 1.9.0
#r "nuget: NRedisGraph, 1.9.0"
// Install NRedisGraph as a Cake Addin #addin nuget:?package=NRedisGraph&version=1.9.0 // Install NRedisGraph as a Cake Tool #tool nuget:?package=NRedisGraph&version=1.9.0
A series of extension methods for use with StackExchange.Redis 2.x and the RedisGraph Redis module.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.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 is compatible. 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
- StackExchange.Redis (>= 2.6.90)
-
.NETFramework 4.7.2
- StackExchange.Redis (>= 2.6.90)
-
.NETStandard 2.0
- StackExchange.Redis (>= 2.6.90)
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 |
---|---|---|
1.10.0-alpha-2 | 889 | 1/24/2023 |
1.10.0-alpha-1 | 140 | 1/22/2023 |
1.9.0 | 32,308 | 1/14/2023 |
1.8.0 | 14,982 | 8/15/2022 |
1.7.0 | 3,294 | 6/13/2022 |
1.7.0-rc | 178 | 6/10/2022 |
1.6.0 | 1,885 | 4/17/2022 |
1.5.0 | 482 | 4/15/2022 |
1.4.0 | 42,241 | 3/27/2021 |
1.3.0 | 394 | 3/20/2021 |
1.2.0 | 2,828 | 7/17/2020 |
1.1.0 | 461 | 7/16/2020 |
1.0.0 | 563 | 3/22/2020 |
1.9.0 - Added support for "MAP" results [Issue #20, thanks to polygonhell].
1.8.0 - Fixed issue with decimal formatting with "current culture" instead of invariant.
1.7.0 - Fixed issue with parsing results from a "read only" query. Introduced read only versions of the "CallProcedure" method.
1.6.0 - Added support for `GRAPH.RO_QUERY` command.
1.5.0 - Sprinkled in a little bit of whimsy.
1.4.0 - Integers are now handled as `int64`.
1.3.0 - Added "Cached execution to the statistics output."
1.2.0 - Fixes issue where double quotes weren't being escaped inside of quoted string.
1.1.0 - Fixes issue where nested arrays weren't being properly rendered.