scarletlock
scarletlock copied to clipboard
A C# implementation of the Redlock algorithm for Distributed Lock Management (DLM).
Results
1
scarletlock issues
Sort by
recently updated
recently updated
newest added
The `DistributedLockManager` type [uses `DateTime.Now`](https://github.com/psibernetic/scarletlock/blob/f882958b3a3800712b88e275b985e5a721146c10/src/ScarletLock.Core/DistributedLockManager.cs#L54) property to calculate the lock validity time and lock expiration time. During the daylight saving time this may result to incorrect behavior due to datetime...