Function keys::decode_raft_log_key [−][src]
pub fn decode_raft_log_key(key: &[u8]) -> Result<(u64, u64)>
Get the region id and index from raft log key generated by raft_log_key
.
pub fn decode_raft_log_key(key: &[u8]) -> Result<(u64, u64)>
Get the region id and index from raft log key generated by raft_log_key
.