Raft 1.6.0

.NET Standard 2.0 .NET Framework 4.5
dotnet add package Raft --version 1.6.0
NuGet\Install-Package Raft -Version 1.6.0
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="Raft" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Raft --version 1.6.0
#r "nuget: Raft, 1.6.0"
#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 Raft as a Cake Addin
#addin nuget:?package=Raft&version=1.6.0

// Install Raft as a Cake Tool
#tool nuget:?package=Raft&version=1.6.0

Implementation of the RAFT consensus algorithm among TCP peers with disk or memory persistence

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 net45 net451 net452 net46 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

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Raft:

Repository Stars
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
Version Downloads Last updated
1.6.0 701 10/17/2019
1.5.1 437 8/15/2019
1.5.0 427 8/14/2019
1.4.0 418 8/13/2019
1.3.0 717 8/24/2018
1.2.0 644 8/23/2018
1.1.2 1,352 6/6/2018
1.1.1 748 2/28/2018
1.1.0 880 2/28/2018

raftNodeInstance.IsLeader(optional parameter entityName) will help to understand either node is a Leader or not