RedLock.net 2.3.2

.NET Standard 2.0 .NET Framework 4.6.1
dotnet add package RedLock.net --version 2.3.2
NuGet\Install-Package RedLock.net -Version 2.3.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RedLock.net" Version="2.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RedLock.net --version 2.3.2
#r "nuget: RedLock.net, 2.3.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (84)

Showing the top 5 NuGet packages that depend on RedLock.net:

Package Downloads
Shesha.Framework

Package Description

VirtoCommerce.ExperienceApiModule.Core

Experiene API functionality

WorkflowCore.Providers.Redis

Redis providers for Workflow Core (Persistence, queueing, distributed locking and event hubs)

VirtoCommerce.Platform.DistributedLock

Virto Commerce is a flexible B2B ecommerce solution that offers powerful tools for enterprise business users. https://virtocommerce.com

HandeSoft.Core

Package Description

GitHub repositories (8)

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 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 2,822,942 4/13/2022
2.3.2-pre1 250 4/4/2022
2.3.1 2,747,777 8/27/2021
2.2.0 8,254,666 11/11/2018
2.2.0-pre1 7,593 10/10/2018
2.1.0 315,028 9/5/2018
2.1.0-pre2 1,325 6/9/2018
2.1.0-pre1 2,500 2/13/2018
2.0.0 221,504 2/13/2018
2.0.0-pre2 5,927 10/22/2017
2.0.0-pre1 11,382 7/21/2017
1.7.5 105,159 7/16/2017
1.7.4 208,008 10/26/2016
1.7.3 56,009 5/25/2016
1.7.2 3,858 4/22/2016
1.7.1 1,247 4/21/2016
1.7.0 1,080 4/21/2016
1.6.4 1,142 4/14/2016
1.6.2 56,847 12/4/2015
1.6.1 1,514 11/9/2015
1.6.0 1,103 11/6/2015
1.5.0 1,560 9/29/2015
1.5.0-test1 1,197 8/9/2015
1.4.0 1,442 8/9/2015
1.3.0 1,227 7/30/2015
1.2.0 1,287 4/29/2015
1.1.0 1,221 4/21/2015
1.0.0 3,270 3/31/2015
1.0.0-alpha 1,874 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