StackExchange.Redis.Extensions.Jil
8.0.1
Prefix Reserved
See the version list below for details.
dotnet add package StackExchange.Redis.Extensions.Jil --version 8.0.1
NuGet\Install-Package StackExchange.Redis.Extensions.Jil -Version 8.0.1
<PackageReference Include="StackExchange.Redis.Extensions.Jil" Version="8.0.1" />
<PackageVersion Include="StackExchange.Redis.Extensions.Jil" Version="8.0.1" />
<PackageReference Include="StackExchange.Redis.Extensions.Jil" />
paket add StackExchange.Redis.Extensions.Jil --version 8.0.1
#r "nuget: StackExchange.Redis.Extensions.Jil, 8.0.1"
#:package StackExchange.Redis.Extensions.Jil@8.0.1
#addin nuget:?package=StackExchange.Redis.Extensions.Jil&version=8.0.1
#tool nuget:?package=StackExchange.Redis.Extensions.Jil&version=8.0.1
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.MsgPack
- StackExchange.Redis.Extensions.Protobuf
- StackExchange.Redis.Extensions.Utf8Json
| 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 is compatible. |
| .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. |
-
.NETCoreApp 3.1
- Jil (>= 2.17.0)
- StackExchange.Redis.Extensions.Core (>= 8.0.1)
-
.NETFramework 4.6.1
- Jil (>= 2.17.0)
- StackExchange.Redis.Extensions.Core (>= 8.0.1)
-
.NETFramework 4.7.2
- Jil (>= 2.17.0)
- StackExchange.Redis.Extensions.Core (>= 8.0.1)
-
.NETStandard 2.0
- Jil (>= 2.17.0)
- StackExchange.Redis.Extensions.Core (>= 8.0.1)
-
net5.0
- Jil (>= 2.17.0)
- StackExchange.Redis.Extensions.Core (>= 8.0.1)
-
net6.0
- Jil (>= 2.17.0)
- StackExchange.Redis.Extensions.Core (>= 8.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on StackExchange.Redis.Extensions.Jil:
| Package | Downloads |
|---|---|
|
EasyRedisMQ
A Simple .Net Message Queue that Uses Redis for the back end. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.2.0 | 33,383 | 1/23/2024 |
| 10.1.0 | 1,154 | 1/7/2024 |
| 10.0.2 | 3,977 | 12/25/2023 |
| 10.0.1 | 746 | 12/23/2023 |
| 10.0.0 | 759 | 12/23/2023 |
| 9.1.0 | 143,426 | 3/1/2023 |
| 9.0.0 | 981 | 2/20/2023 |
| 8.0.5 | 81,693 | 5/24/2022 |
| 8.0.4 | 23,089 | 2/14/2022 |
| 8.0.3 | 69,104 | 1/14/2022 |
| 8.0.2 | 1,020 | 1/8/2022 |
| 8.0.1 | 1,019 | 1/7/2022 |
| 8.0.0 | 1,053 | 1/7/2022 |
| 7.2.1 | 6,344 | 11/19/2021 |
| 7.1.1 | 124,110 | 6/25/2021 |
| 7.0.1 | 7,210 | 5/21/2021 |
| 7.0.0 | 8,951 | 4/18/2021 |
| 6.4.5 | 8,195 | 3/9/2021 |
| 6.4.3 | 1,138 | 3/8/2021 |
| 6.4.2 | 1,141 | 3/8/2021 |
- 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;