struct JoobQ::RedisPipeline::PipelineStats

Overview

Pipeline performance monitoring

Included Modules

Extended Modules

Defined in:

joobq/redis_pipeline.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(total_pipeline_calls : Int64, total_commands_batched : Int64, average_batch_size : Float64, pipeline_failures : Int64, last_reset : Time) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def average_batch_size : Float64 #

[View source]
def last_reset : Time #

[View source]
def pipeline_failures : Int64 #

[View source]
def total_commands_batched : Int64 #

[View source]
def total_pipeline_calls : Int64 #

[View source]