Provides a distributed locking implementation based on Azure blob leases.
Info
Version: | 1.0.2 |
Author(s): | Michael Adelson |
Last Update: | Saturday, December 7, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/madelson/DistributedLock |
NuGet Url: | https://www.nuget.org/packages/DistributedLock.Azure |
Install
Install-Package DistributedLock.Azure
dotnet add package DistributedLock.Azure
paket add DistributedLock.Azure
DistributedLock.Azure Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- DistributedLock.Core(>= 1.0.0 && < 1.1.0)
- Azure.Storage.Blobs(>= 12.7.0)
- DistributedLock.Core(>= 1.0.0 && < 1.1.0)
- Azure.Storage.Blobs(>= 12.7.0)
- DistributedLock.Core(>= 1.0.0 && < 1.1.0)
- Azure.Storage.Blobs(>= 12.7.0)
Tags