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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
average_batch_size
Sourcelast_reset
Sourcepipeline_failures
Sourcetotal_commands_batched
Sourcetotal_pipeline_calls
Source