File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ algorithm in Go. It's accompanied by a series of blog posts:
8
8
* [ Part 2: Commands and log replication] ( https://eli.thegreenplace.net/2020/implementing-raft-part-2-commands-and-log-replication/ )
9
9
* [ Part 3: Persistence and optimizations] ( https://eli.thegreenplace.net/2020/implementing-raft-part-3-persistence-and-optimizations/ )
10
10
* [ Part 4: Key/Value database] ( https://eli.thegreenplace.net/2024/implementing-raft-part-4-keyvalue-database/ )
11
- * [ Part 4 : exactly-once delivery] ( https://eli.thegreenplace.net/2024/implementing-raft-part-5-exactly-once-delivery/ )
11
+ * [ Part 5 : exactly-once delivery] ( https://eli.thegreenplace.net/2024/implementing-raft-part-5-exactly-once-delivery/ )
12
12
13
13
Each of the ` partN ` directories in this repository is the complete source code
14
14
for Part N of the blog post series (except Part 0, which is introductory and has
You can’t perform that action at this time.
0 commit comments