Raft Consensus Algorithm
    Preparing search index...
    interface Command {
        payload: any;
        type: string;
    }
    Index

    Properties

    Properties

    payload: any
    type: string