Skip to content
/ raft Public

This repo records the shared key-value storge based on raft.

Notifications You must be signed in to change notification settings

wsehjk/raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This a shared key-value storage based on raft. This raft imp supports

  1. Leader Election + Replication
  2. Log compaction
  3. Persistence