scarletlock
scarletlock copied to clipboard
A C# implementation of the Redlock algorithm for Distributed Lock Management (DLM).
ScarletLock
ScarletLock is a .NET implementation of the RedLock algorithm that can work with Redis as well as other data-stores by implementing a simple interface.
Nuget packages:
https://www.nuget.org/packages/ScarletLock.Core/
https://www.nuget.org/packages/ScarletLock.Redis/