Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RedisStats

Index

Constructors

constructor

Properties

batchCount

batchCount: number

batches

batches: Set<BatchStats>

commandCount

commandCount: number

lastBatch

lastBatch: BatchStats | null

responseCount

responseCount: number

timeInRedis

timeInRedis: number

Methods

endBatch

  • endBatch(batch: BatchStats, error: Error | null, response: Array<any>): void
  • Parameters

    • batch: BatchStats
    • error: Error | null
    • response: Array<any>

    Returns void

startBatch

toJSON

  • toJSON(): object
  • Returns object

    • batchCount: number
    • batches: BatchStats[]
    • commandCount: number
    • lastBatch: BatchStats
    • responseCount: number
    • timeInRedis: number

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc