Hoverbear / old-raft-rs

[Incomplete] A Raft implementation in Rust
https://hoverbear.github.io/raft-rs/raft/
MIT License
266 stars 41 forks source link

[Log] Allow fetching range #101

Open Hoverbear opened 8 years ago

Hoverbear commented 8 years ago

As mentioned here it'd be good to be able to fetch (low, high) from the log.

tbg commented 8 years ago

I'm gonna do this one.

Hoverbear commented 8 years ago

@tschottdorf Awesome! Thank you!