An implementation of the Redlock distributed lock algorithm.
Info
| Version: | 2.3.2 |
| Author(s): | Sam Cook |
| Last Update: | Wednesday, April 13, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/samcook/RedLock.net |
| NuGet Url: | https://www.nuget.org/packages/RedLock.net |
Install
Install-Package RedLock.net
dotnet add package RedLock.net
paket add RedLock.net
RedLock.net Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Extensions.Logging(>= 2.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.0.0)
- StackExchange.Redis(>= 2.0.513)
- Microsoft.Extensions.Logging(>= 2.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.0.0)
- StackExchange.Redis(>= 2.0.513)
- Microsoft.Extensions.Logging(>= 2.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.0.0)
- StackExchange.Redis(>= 2.0.513)
Tags