1
I Use This!
Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 14 hours ago.
May 23, 2023 — May 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
light code cleanup and obsolete commented-out-stuff removal
Leo P.
as Leo P
More... over 1 year ago
handle out-of-band UNSUBSCRIBEs for redis chanheads
Leo P.
as Leo P
More... over 1 year ago
cleanup setting redis chanhead pubsub status
Leo P.
as Leo P
More... over 1 year ago
relaxed timeque finishing doesn't need to verify the cmdtag -- we need this because Redis might send out-of-band UNSUBSCRIBE/SUNSUBSCRIBE commands
Leo P.
as Leo P
More... over 1 year ago
track more command stats
Leo P.
as Leo P
More... over 1 year ago
track batch unsubscribe command stats, too
Leo P.
as Leo P
More... over 1 year ago
properly reuse node stats when id doesn't match or is empty
Leo P.
as Leo P
More... over 1 year ago
cluster check, cluster recover, and channel keepalive redis command stats
Leo P.
as Leo P
More... over 1 year ago
better way to handle tag mismatch
Leo P.
as Leo P
More... over 1 year ago
split command and pubsub command queues for stats
Leo P.
as Leo P
More... over 1 year ago
fix: GET publisher location request may return incorrect subscriber count when using Redis
Leo P.
as Leo P
More... over 1 year ago
oh the valgrindity!
Leo P.
as Leo P
More... over 1 year ago
timequeue oops
Leo P.
as Leo P
More... over 1 year ago
get redis stats into a tentatively working state
Leo P.
as Leo P
More... over 1 year ago
initialize the accumulator completely, and fix the glaring issues
Leo P.
as Leo P
More... over 1 year ago
fix: possible to log invalid string during very rare error logging
Leo P.
as Leo P
More... over 1 year ago
redis stats should be datachable from the nodes so that data about intermittently disconnected nodes doesn't get lost
Leo P.
as Leo P
More... over 1 year ago
list size is useful
Leo P.
as Leo P
More... over 1 year ago
nchan_redis_upstream_stats_enabled and nchan_redis_upstream_stats_disconnected_timeout
Leo P.
as Leo P
More... over 1 year ago
we're getting there
Leo P.
as Leo P
More... over 1 year ago
"is this off-by-one-error?"
Leo P.
as Leo P
More... over 1 year ago
Redis node stats config directive
Leo P.
as Leo P
More... over 1 year ago
redis stats output and IPC-transfer
Leo P.
as Leo P
More... over 1 year ago
keep workin' on stats
Leo P.
as Leo P
More... over 1 year ago
nodeset names should be just the names, not full titles. They way they're more easily searchable
Leo P.
as Leo P
More... over 1 year ago
more redis stats work
Leo P.
as Leo P
More... over 1 year ago
working on Redis stats output and IPC
Leo P.
as Leo P
More... over 1 year ago
prepare to add redis stats strings and such
Leo P.
as Leo P
More... over 1 year ago
data accumulators -- we got exponentially decaying averages, and boring but atomic-ish sums
Leo P.
as Leo P
More... over 1 year ago
timequeue is a paged queue that stores start times for things with a tag
Leo P.
as Leo P
More... over 1 year ago