![]() |
VOOZH | about |
dotnet add package RedLock.net --version 1.7.5
NuGet\Install-Package RedLock.net -Version 1.7.5
<PackageReference Include="RedLock.net" Version="1.7.5" />
<PackageVersion Include="RedLock.net" Version="1.7.5" />Directory.Packages.props
<PackageReference Include="RedLock.net" />Project file
paket add RedLock.net --version 1.7.5
#r "nuget: RedLock.net, 1.7.5"
#:package RedLock.net@1.7.5
#addin nuget:?package=RedLock.net&version=1.7.5Install as a Cake Addin
#tool nuget:?package=RedLock.net&version=1.7.5Install as a Cake Tool
An implementation of the Redlock distributed lock algorithm
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 net40 is compatible. net403 net403 was computed. net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 5 NuGet packages that depend on RedLock.net:
| Package | Downloads |
|---|---|
|
Reo.Core.Hosting
Package Description |
|
|
Reo.Core.IdentityModel
Package Description |
|
|
Reo.Core.AutoHistory
Package Description |
|
|
Reo.Core.Database
Package Description |
|
|
Reo.Core.Elastic
Package Description |
Showing the top 13 popular GitHub repositories that depend on RedLock.net:
| Repository | Stars |
|---|---|
|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
|
VirtoCommerce/vc-platform
Virto Commerce B2B Innovation Platform
|
|
| yangzhongke/NETBookMaterials | |
|
trueai-org/module-shop
一个基于 .NET 8.0 构建的简单、跨平台、模块化的商城系统
|
|
|
fuluteam/fulusso
基于react+asp.net core开发的单点登录系统
|
|
|
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).
|
|
|
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.
|
|
|
LeonKou/NetPro
🌈An enhanced version with clean architecture of asp.netcore,efficiently manage startup,Support for netcore3.1/6.0
|
|
|
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.
|
|
|
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
|
|
|
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.
|
|
|
oidcproxydotnet/OidcProxy.Net
An extendible framework for .NET to implement the BFF Security Pattern (a.k.a. Token Handler Pattern) in Single Page Applications
|
|
|
sekkit/Verse.NET
A Single Process Online Game Server with Minimum Design
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.3.2 | 34,830,986 | 4/13/2022 |
| 2.3.2-pre1 | 1,688 | 4/4/2022 |
| 2.3.1 | 5,637,461 | 8/27/2021 |
| 2.2.0 | 14,084,639 | 11/11/2018 |
| 2.2.0-pre1 | 9,158 | 10/10/2018 |
| 2.1.0 | 849,492 | 9/5/2018 |
| 2.1.0-pre2 | 3,034 | 6/9/2018 |
| 2.1.0-pre1 | 4,391 | 2/13/2018 |
| 2.0.0 | 339,622 | 2/13/2018 |
| 2.0.0-pre2 | 8,321 | 10/22/2017 |
| 2.0.0-pre1 | 13,124 | 7/21/2017 |
| 1.7.5 | 128,890 | 7/16/2017 |
| 1.7.4 | 303,687 | 10/26/2016 |
| 1.7.3 | 64,071 | 5/25/2016 |
| 1.7.2 | 5,498 | 4/22/2016 |
| 1.7.1 | 2,830 | 4/21/2016 |
| 1.7.0 | 2,692 | 4/21/2016 |
| 1.6.4 | 2,773 | 4/14/2016 |
| 1.6.2 | 58,995 | 12/4/2015 |
1.7.5 - Add SyncTimeout config option, alter logging output
1.7.4 - Add IRedisLock and IRedisLockFactory interfaces
1.7.3 - Add support for connecting to replicated Redis instances
1.7.2 - Sanity checks on input values
1.7.1 - Lock extend timer will now reacquire a lost lock if it is available
1.7.0 - Add Create method overloads taking a CancellationToken
1.6.4 - Switch from DateTime to Stopwatch for calculating elapsed time
1.6.2 - Fix bug in extend script
1.6.1 - Add missing ConfigureAwait(false) to RedisLockFactory CreateAsync overload
1.6.0 - Switch to using liblog for logging support, remove extraneous retry delay after acquire when blocking for a redis lock
1.5.0 - Add async support
1.4.0 - Add redis database number and key format configuration options
1.3.0 - Add password, SSL and connection timeout configuration options (enables use with Azure Redis Cache)
1.2.0 - Lock/Extend/Unlock instances in parallel
1.1.0 - Target .NET 4.0 and 4.5
1.0.0 - Initial release