Skip to content

Commit

Permalink
Merge pull request #199 from LiangrunDa/main
Browse files Browse the repository at this point in the history
Add Raft Lite
  • Loading branch information
ongardie authored May 7, 2024
2 parents 2ee7b73 + b17a6e5 commit 729aae3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions implementations.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,24 @@
"persistence": false
}
},
{
"repoURL": "https://github.com/LiangrunDa/raft-lite",
"name": "Raft Lite",
"authors": [
{
"name": "Liangrun Da",
"github": "LiangrunDa"
}
],
"language": "Rust",
"license": "MIT",
"features": {
"basic": true,
"membershipChanges": false,
"logCompaction": false,
"persistence": true
}
},
{
"repoURL": "https://github.com/MicroRaft/MicroRaft",
"name": "MicroRaft",
Expand Down

0 comments on commit 729aae3

Please sign in to comment.