tf-raft icon indicating copy to clipboard operation
tf-raft copied to clipboard

A non-production-ready reliable, and fault-tolerant distributed key-value store based on the RAFT Consensus Protocol.

Results 2 tf-raft issues
Sort by recently updated
recently updated
newest added

The error ``` Module '"./interfaces"' has no exported member 'CommandType'. 3 import { CommandType, QueryType, RaftCluster } from "./interfaces"; ``` and this happen due to the file name typo as...