struct
JoobQ::RedisPipeline::PipelineStats
- JoobQ::RedisPipeline::PipelineStats
- Struct
- Value
- Object
Overview
Pipeline performance monitoring
Included Modules
Extended Modules
Defined in:
joobq/redis_pipeline.crConstructors
- .new(total_pipeline_calls : Int64, total_commands_batched : Int64, average_batch_size : Float64, pipeline_failures : Int64, last_reset : Time)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #average_batch_size : Float64
- #last_reset : Time
- #pipeline_failures : Int64
- #total_commands_batched : Int64
- #total_pipeline_calls : Int64
Constructor Detail
def self.new(total_pipeline_calls : Int64, total_commands_batched : Int64, average_batch_size : Float64, pipeline_failures : Int64, last_reset : Time)
#