RedLock.net 2.3.2 (original) (raw)

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. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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.

NuGet packages (168)

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

Package Downloads
Reo.Core.Hosting Package Description 7.1M
Reo.Core.IdentityModel Package Description 3.5M
Reo.Core.AutoHistory Package Description 3.1M
Reo.Core.Database Package Description 2.7M
Reo.Core.Elastic Package Description 2.6M

GitHub repositories (13)

Showing the top 13 popular GitHub repositories that depend on RedLock.net:

Repository Stars
danielgerlag/workflow-core Lightweight workflow engine for .NET Standard 5.9K
VirtoCommerce/vc-platform Virto Commerce B2B Innovation Platform 1.3K
yangzhongke/NETBookMaterials 982
trueai-org/module-shop 一个基于 .NET 8.0 构建的简单、跨平台、模块化的商城系统 957
fuluteam/fulusso 基于react+asp.net core开发的单点登录系统 688
ikyriak/IdempotentAPI A .NET library that handles the HTTP write operations (POST and PATCH) that can affect only once for the given request data and idempotency-key by using an ASP.NET Core attribute (filter). 326
formcms/formcms AI Agent: Open-source headless CMS built with ASP.NET Core (C#) and React, featuring REST APIs, GraphQL, and a GrapesJS page designer. 260
LeonKou/NetPro 🌈An enhanced version with clean architecture of asp.netcore,efficiently manage startup,Support for netcore3.1/6.0 216
sinantok/aspnetcore-webapi-template This project is an Web API Open-Source Boilerplate Template that includes NET 8, Web API standards, clean n-tier architecture, GraphQL service, Redis, Mssql, Mongo databases and User Auditing (Identity) with a lot of best practices. 193
842549829/Panda Abp.vNext + EF Core The microservices Open source framework project supports the implementation of message push workflow certification centers based on OAuth2.0 178
POW-Software/ByteSync ByteSync is a free and open-source tool for file synchronization, backup, and deduplication. It works locally or remotely, with no VPNs or firewall configuration required. Transfers only file differences, compresses data, encrypts end-to-end, and gives you full control over what and when to sync. Runs on Windows, Linux, and macOS. 160
oidcproxydotnet/OidcProxy.Net An extendible framework for .NET to implement the BFF Security Pattern (a.k.a. Token Handler Pattern) in Single Page Applications 158
sekkit/Verse.NET A Single Process Online Game Server with Minimum Design 156

Include prerelease

Include vulnerable

Include deprecated

Version Downloads Last Updated
2.3.2 34,121,946 4/13/2022
2.3.2-pre1 1,686 4/4/2022
2.3.1 5,612,106 8/27/2021
2.2.0 14,020,809 11/11/2018
2.2.0-pre1 9,152 10/10/2018
2.1.0 845,799 9/5/2018
2.1.0-pre2 3,031 6/9/2018
2.1.0-pre1 4,388 2/13/2018
2.0.0 338,822 2/13/2018
2.0.0-pre2 8,286 10/22/2017
2.0.0-pre1 13,121 7/21/2017
1.7.5 128,791 7/16/2017
1.7.4 303,183 10/26/2016
1.7.3 64,024 5/25/2016
1.7.2 5,497 4/22/2016
1.7.1 2,827 4/21/2016
1.7.0 2,690 4/21/2016
1.6.4 2,770 4/14/2016
1.6.2 58,993 12/4/2015

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