![]() |
VOOZH | about |
dotnet add package StackExchange.Redis.Extensions.Jil --version 10.2.0
NuGet\Install-Package StackExchange.Redis.Extensions.Jil -Version 10.2.0
<PackageReference Include="StackExchange.Redis.Extensions.Jil" Version="10.2.0" />
<PackageVersion Include="StackExchange.Redis.Extensions.Jil" Version="10.2.0" />Directory.Packages.props
<PackageReference Include="StackExchange.Redis.Extensions.Jil" />Project file
paket add StackExchange.Redis.Extensions.Jil --version 10.2.0
#r "nuget: StackExchange.Redis.Extensions.Jil, 10.2.0"
#:package StackExchange.Redis.Extensions.Jil@10.2.0
#addin nuget:?package=StackExchange.Redis.Extensions.Jil&version=10.2.0Install as a Cake Addin
#tool nuget:?package=StackExchange.Redis.Extensions.Jil&version=10.2.0Install as a Cake Tool
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 netstandard2.1 is compatible. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
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. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.2.0 | 35,214 | 1/23/2024 |
| 10.1.0 | 1,158 | 1/7/2024 |
| 10.0.2 | 4,209 | 12/25/2023 |
| 10.0.1 | 749 | 12/23/2023 |
| 10.0.0 | 766 | 12/23/2023 |
| 9.1.0 | 144,817 | 3/1/2023 |
| 9.0.0 | 983 | 2/20/2023 |
| 8.0.5 | 82,255 | 5/24/2022 |
| 8.0.4 | 23,147 | 2/14/2022 |
| 8.0.3 | 69,109 | 1/14/2022 |
| 8.0.2 | 1,025 | 1/8/2022 |
| 8.0.1 | 1,025 | 1/7/2022 |
| 8.0.0 | 1,061 | 1/7/2022 |
| 7.2.1 | 6,352 | 11/19/2021 |
| 7.1.1 | 124,114 | 6/25/2021 |
| 7.0.1 | 7,216 | 5/21/2021 |
| 7.0.0 | 8,958 | 4/18/2021 |
| 6.4.5 | 8,209 | 3/9/2021 |
| 6.4.3 | 1,143 | 3/8/2021 |
| 6.4.2 | 1,148 | 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;