Function stats

  • Return all resque stats for this namespace (how jobs failed, jobs succeeded, etc) Will throw an error if redis cannot be reached.

    Returns Promise<{
        [key: string]: any;
    }>