Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RedisCachedScriptSet<TParams>

Type parameters

  • TParams

Hierarchy

  • RedisCachedScriptSet

Implemented by

Index

Methods

Methods

eval

  • eval(gArgs: TParams, eArgsGen: function): Promise<any>
  • Evaluates a script based on a generation params.

    Parameters

    • gArgs: TParams

      Generation args.

    • eArgsGen: function

      Script evaluation params.

        • (scriptArg: string): any[]
        • Parameters

          • scriptArg: string

          Returns any[]

    Returns Promise<any>

    Promise of script evaluated.

Generated using TypeDoc