@valkey/valkey-glide
    Preparing search index...

    Class LatencyEntry

    Represents the time and latency for a latency spike.

    Index
    • Internal

      Parameters

      • time: number
      • latency: number

      Returns LatencyEntry

    latency: number

    The duration of the latency spike, in milliseconds.

    time: number

    The time of the latency spike, as a Unix timestamp in seconds.