featherbit UI
    Preparing search index...

    Interface StorePing

    Result of a store connectivity check.

    Inline JSON from src/admin/stores.rs::ping_store.

    interface StorePing {
        latency_ms: number;
        status: string;
        version: string;
    }
    Index
    latency_ms: number

    Round-trip latency in milliseconds.

    status: string

    Always ok on success.

    version: string

    Server version (redis_version / valkey_version).