Add idempotency using Redis Key-Value to control duplicated Requests.
Info
Version: | 0.0.19 |
Author(s): | [email protected] |
Last Update: | Thursday, July 18, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tiagor87/idempotency |
NuGet Url: | https://www.nuget.org/packages/Idempotency.Redis |
Install
Install-Package Idempotency.Redis
dotnet add package Idempotency.Redis
paket add Idempotency.Redis
Idempotency.Redis Download (Unzip the "nupkg" after downloading)
Dependencies
- Idempotency.Core(>= 0.0.19)
- Microsoft.Extensions.Configuration(>= 2.2.0)
- RedLock.net(>= 2.2.0)
- StackExchange.Redis(>= 2.0.601)
- ZeroFormatter(>= 1.6.4)
Tags