Skip to content

Commit

Permalink
chore: adding tf-raft to the implementations
Browse files Browse the repository at this point in the history
Signed-off-by: Fawzi Abdulfattah <[email protected]>
  • Loading branch information
iifawzi committed Dec 2, 2023
1 parent 92a0a44 commit 63f397f
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 @@ -2702,5 +2702,23 @@
"logCompaction": true,
"persistence": true
}
},
{
"repoURL": "https://github.com/iifawzi/tf-raft",
"name": "tf-Raft",
"authors": [
{
"name": "Fawzi Abdulfattah",
"github": "iifawzi"
}
],
"language": "typescript",
"license": "MIT",
"features": {
"basic": true,
"membershipChanges": true,
"logCompaction": false,
"persistence": true
}
}
]

0 comments on commit 63f397f

Please sign in to comment.