@ferricstore/ferricstore
    Preparing search index...

    Interface FerricStoreCommandClient

    interface FerricStoreCommandClient {
        command(...args: CommandArgument[]): Promise<unknown>;
        pipeline?(commands: readonly Command[]): Promise<unknown[]>;
    }
    Index
    • Parameters

      • commands: readonly Command[]

      Returns Promise<unknown[]>