RedLock.net
2.3.2
Install-Package RedLock.net -Version 2.3.2
dotnet add package RedLock.net --version 2.3.2
<PackageReference Include="RedLock.net" Version="2.3.2" />
paket add RedLock.net --version 2.3.2
#r "nuget: RedLock.net, 2.3.2"
// Install RedLock.net as a Cake Addin
#addin nuget:?package=RedLock.net&version=2.3.2
// Install RedLock.net as a Cake Tool
#tool nuget:?package=RedLock.net&version=2.3.2
An implementation of the Redlock distributed lock algorithm
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- Microsoft.Bcl.AsyncInterfaces (>= 1.1.0)
- Microsoft.Extensions.Logging (>= 2.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.0)
- StackExchange.Redis (>= 2.0.513)
-
.NETFramework 4.7.2
- Microsoft.Bcl.AsyncInterfaces (>= 1.1.0)
- Microsoft.Extensions.Logging (>= 2.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.0)
- StackExchange.Redis (>= 2.0.513)
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 1.1.0)
- Microsoft.Extensions.Logging (>= 2.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.0)
- StackExchange.Redis (>= 2.0.513)
NuGet packages (72)
Showing the top 5 NuGet packages that depend on RedLock.net:
Package | Downloads |
---|---|
Shesha.Framework
Package Description |
|
WorkflowCore.Providers.Redis
Redis providers for Workflow Core (Persistence, queueing, distributed locking and event hubs) |
|
LDS.LSK.Core
LDS.LSK.Core |
|
Es.Framework.Cache.Redis
EsWork Libraries |
|
VirtoCommerce.Platform.DistributedLock
Virto Commerce is a flexible B2B ecommerce solution that offers powerful tools for enterprise business users. https://virtocommerce.com |
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on RedLock.net:
Repository | Stars |
---|---|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
elsa-workflows/elsa-core
A .NET Standard 2.0 Workflows Library
|
|
VirtoCommerce/vc-platform
VirtoCommerce Platform repository
|
|
fuluteam/fulusso
基于react+asp.net core开发的单点登录系统
|
|
trueai-org/module-shop
一个基于 .NET Core构建的简单、跨平台、模块化的商城系统
|
Version | Downloads | Last updated |
---|---|---|
2.3.2 | 245,047 | 4/13/2022 |
2.3.2-pre1 | 159 | 4/4/2022 |
2.3.1 | 1,319,594 | 8/27/2021 |
2.2.0 | 5,722,766 | 11/11/2018 |
2.2.0-pre1 | 7,324 | 10/10/2018 |
2.1.0 | 213,275 | 9/5/2018 |
2.1.0-pre2 | 1,249 | 6/9/2018 |
2.1.0-pre1 | 2,411 | 2/13/2018 |
2.0.0 | 185,243 | 2/13/2018 |
2.0.0-pre2 | 5,802 | 10/22/2017 |
2.0.0-pre1 | 11,317 | 7/21/2017 |
1.7.5 | 96,437 | 7/16/2017 |
1.7.4 | 176,222 | 10/26/2016 |
1.7.3 | 47,629 | 5/25/2016 |
1.7.2 | 3,701 | 4/22/2016 |
1.7.1 | 1,102 | 4/21/2016 |
1.7.0 | 939 | 4/21/2016 |
1.6.4 | 993 | 4/14/2016 |
1.6.2 | 53,204 | 12/4/2015 |
1.6.1 | 1,372 | 11/9/2015 |
1.6.0 | 960 | 11/6/2015 |
1.5.0 | 1,422 | 9/29/2015 |
1.5.0-test1 | 1,126 | 8/9/2015 |
1.4.0 | 1,300 | 8/9/2015 |
1.3.0 | 1,079 | 7/30/2015 |
1.2.0 | 1,139 | 4/29/2015 |
1.1.0 | 1,076 | 4/21/2015 |
1.0.0 | 2,891 | 3/31/2015 |
1.0.0-alpha | 1,801 | 9/1/2014 |
Note: RedLock 2.2.0+ requires StackExchange.Redis 2.0+ - if you need to use StackExchange.Redis 1.x please continue to use RedLock.net 2.1.0.
2.3.2 - Fix for issue introduced in 2.3.1 where locks failed to extend in certain circumstances.
2.3.1 - Fix MissingMethodException on RedLockFactory.Create() in 2.3.0.
2.3.0 - Add support for async unlocking. Add configurable retry settings. Fix rare failure to unlock on dispose issue.
2.2.0 - Update to StackExchange.Redis 2.0. Switch to a single strong named package and adjust platform targets to match StackExchange.Redis 2.0.
2.1.0 - Add connection change events and more detailed lock status information
2.0.0 - .NET Core release