struct

JoobQ::RedisPipeline::PipelineStats

Inherits JSON::Serializable / Struct / Value / Object

Pipeline performance monitoring

Constructors

new(total_pipeline_calls : Int64, total_commands_batched : Int64, average_batch_size : Float64, pipeline_failures : Int64, last_reset : Time)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

average_batch_size
Source
last_reset
Source
pipeline_failures
Source
total_commands_batched
Source
total_pipeline_calls
Source