Distributed lock with Redis and C# (based on http://redis.io/topics/distlock).
Info
| Version: | 2.0.8 |
| Author(s): | kidfashion |
| Last Update: | Sunday, January 13, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/KidFashion/redlock-cs |
| NuGet Url: | https://www.nuget.org/packages/redlock-cs |
Install
Install-Package redlock-cs
dotnet add package redlock-cs
paket add redlock-cs
redlock-cs Download (Unzip the "nupkg" after downloading)
Dependencies
- StackExchange.Redis(>= 2.0.519)
Tags