You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix panic in client-output-buffer-limit parsing when value length is not a multiple of 4
* Fix panic in extractTile38Metrics when info slice has odd length
* Fix panic in extractModulesMetrics when module fields lack '=' delimiter
* Fix panic in extractLatencyHistogramMetrics when reply or bucketInfo has odd length
* Fix panic in extractSlowLogMetrics from bare type assertions on Redis values
* Fix getStreamEntryId: bounds check before access, remove dead code and redundant type assertion
* Remove expired_time_cap_reached_count from gauge map (it is a counter)
* Fix extractTotalUsecForCommand matching unrelated commands via HasPrefix (e.g. get matching getex)
* Fix non-pipelined path to emit key_size=0 for missing keys, matching pipelined behavior
* Deduplicate cluster connection: create once and reuse for key checks and key groups
* Pre-compile regexes in parseClientListString and parseSentinelMasterString
0 commit comments