Asynchronous distributed lock with Redis and C# (based on http://redis.io/topics/distlock).
Info
Version: | 2.0.57 |
Author(s): | Nudge |
Last Update: | Thursday, August 22, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/NudgeSoftware/redlock-cs-async |
NuGet Url: | https://www.nuget.org/packages/redlock-cs-async |
Install
Install-Package redlock-cs-async
dotnet add package redlock-cs-async
paket add redlock-cs-async
redlock-cs-async Download (Unzip the "nupkg" after downloading)
Dependencies
- StackExchange.Redis(>= 2.0.601)
Tags