Helper class to interface with the jobs redis result folder.

Hierarchy

  • RedisStore
    • ResultFolderContentManager

Constructors

Properties

Methods

Constructors

Properties

client: RedisClientType

Methods

  • Returns Promise<void>

  • Return the parsed contents of the results folder

    Parameters

    • jobId: string

      This job

    Returns Promise<null | string[]>

    • Contents of the results folder
  • Set the value of the job result folder to the contents passed

    Parameters

    • jobId: string

      This job

    • contents: string[]

      Contents to be listed in the result folder

    Returns Promise<void>

  • Delete the result folder content associated with this job

    Parameters

    • jobId: string

      This job

    Returns Promise<void>

Generated using TypeDoc