facebookarchive/redis-faina
A query analyzer that parses Redis' MONITOR command for counter/timing stats about query patterns observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5223
- days_rel: n/a
- days_push: 2372
- n_releases_24m: 0
Adoption not part of the score
1776 stars · 279 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python command-line tool from Facebook that parses the output of Redis' MONITOR command and aggregates counter and timing statistics about query patterns. It reports top key prefixes, most-hit keys, common commands, and command timing percentiles.
Use cases
- analyze which Redis keys are hit most often
- find slowest Redis commands from MONITOR output
- profile Redis query patterns and timing percentiles
- identify hot key prefixes on a busy Redis server
- measure commands per second on a Redis instance
When to choose
- you need quick, dependency-light analysis of Redis MONITOR output
- you want per-command timing and top-key stats without installing agents
- you are debugging query patterns on a legacy Redis 2.x-era deployment
When to avoid
- you need real-time or continuous monitoring with dashboards and alerting
- your Redis server has low request rates, making MONITOR-based timing inaccurate
- you need an actively maintained tool with support for modern Redis versions
Facets
cli-tool · maturity abandoned
monitoring analytics developer-tools databases developer-tools performance cli python redis query-analyzer monitor-command performance-analysis linux macos
1 source
- readme: https://github.com/facebookarchive/redis-faina · fetched 2026-08-28 · 7dd6b07b82ff
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| facebookarchive/redis-faina | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="facebookarchive/redis-faina")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem