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 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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.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 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (83)

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 1,980,672 4/13/2022
2.3.2-pre1 231 4/4/2022
2.3.1 2,447,503 8/27/2021
2.2.0 7,575,327 11/11/2018
2.2.0-pre1 7,503 10/10/2018
2.1.0 277,325 9/5/2018
2.1.0-pre2 1,302 6/9/2018
2.1.0-pre1 2,467 2/13/2018
2.0.0 213,065 2/13/2018
2.0.0-pre2 5,895 10/22/2017
2.0.0-pre1 11,362 7/21/2017
1.7.5 104,334 7/16/2017
1.7.4 201,741 10/26/2016
1.7.3 54,429 5/25/2016
1.7.2 3,816 4/22/2016
1.7.1 1,213 4/21/2016
1.7.0 1,046 4/21/2016
1.6.4 1,109 4/14/2016
1.6.2 56,783 12/4/2015
1.6.1 1,488 11/9/2015
1.6.0 1,077 11/6/2015
1.5.0 1,534 9/29/2015
1.5.0-test1 1,180 8/9/2015
1.4.0 1,416 8/9/2015
1.3.0 1,198 7/30/2015
1.2.0 1,252 4/29/2015
1.1.0 1,186 4/21/2015
1.0.0 3,159 3/31/2015
1.0.0-alpha 1,854 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