A basic store for ChatBotKitPartnerAdapter. It is compatible with Redis. Implement your own if you want to use a different storage.

Hierarchy

Methods

Methods

  • Parameters

    • key: string

    Returns Promise<void>

  • Parameters

    • key: string

    Returns Promise<any>

  • Parameters

    • key: string
    • value: any
    • Optional options: {
          px?: number;
      }
      • Optional px?: number

    Returns Promise<void>

Generated using TypeDoc