Implementing Raft: Part 4 - Key/Value Database

10 · Eli Bendersky · Oct. 11, 2024, 3:32 a.m.
This is Part 4 in a series of posts describing the Raft distributed consensus algorithm and its complete implementation in Go. Here is a list of posts in the series: Part 0: Introduction Part 1: Elections Part 2: Commands and log replication Part 3: Persistence and optimizations Part 4: Key …...