seyfert
    Preparing search index...

    Class WorkerAdapter

    Implements

    Index

    Constructors

    Properties

    isAsync: boolean = true
    promises: Map<string, { resolve: (value: unknown) => void; timeout: Timeout }> = ...
    workerData: WorkerData

    Methods

    • Parameters

      • method:
            | "keys"
            | "values"
            | "count"
            | "get"
            | "set"
            | "patch"
            | "scan"
            | "bulkGet"
            | "bulkSet"
            | "bulkPatch"
            | "bulkRemove"
            | "remove"
            | "flush"
            | "contains"
            | "getToRelationship"
            | "bulkAddToRelationShip"
            | "addToRelationship"
            | "removeRelationship"
            | "removeToRelationship"
      • ...args: any[]

      Returns Promise<any>