@qualithm/rqlite-client - v0.2.3
    Preparing search index...

    Type Alias ReadyResult

    Readiness check result from the /readyz endpoint.

    type ReadyResult = {
        isLeader: boolean;
        ready: boolean;
    }
    Index

    Properties

    Properties

    isLeader: boolean

    Whether the node is the leader.

    ready: boolean

    Whether the node is ready to accept requests.