# nkrode/RedisLive

Visualize your redis instances, analyze query patterns and spikes.

Repository: https://github.com/nkrode/RedisLive
Canonical: https://ross.abutalabs.com/products/redislive
Homepage: http://www.nkrode.com/article/real-time-dashboard-for-redis
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2022-02-05T02:17:42+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5199, "days_push": 1671, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3049, forks 634 (observed 2026-08-28T04:07:39.562842+00:00)

## What it is
RedisLive is a self-hosted web dashboard for visualizing Redis instances, showing memory usage, key statistics, and query command patterns over time. It uses the Redis MONITOR command to sample traffic and a Tornado web server to serve the UI.

## Use cases
- visualize redis instance memory and key stats
- analyze redis query patterns and command spikes
- monitor multiple redis servers from one dashboard
- find which redis commands are slowing down my instance
- self-hosted redis monitoring dashboard

## When to choose
- you want a lightweight, self-hosted redis dashboard with query pattern analysis
- you need to inspect memory usage and top keys across multiple redis instances
- you prefer a simple tool that only needs python and redis-py

## When to avoid
- you need real-time continuous monitoring - MONITOR sampling degrades redis throughput
- you need a modern, actively maintained tool with alerts and clustering support
- you are on Python 3 with modern dependencies - the project targets legacy Python 2.7-era stacks

## Facets
- artifact type: application
- maturity: maintenance
- function: monitoring, data-visualization, http-server
- domain: databases, monitoring, developer-tools, data-visualization
- platform: python, self-hosted, cross-platform
- tags: redis, dashboard, tornado, query-analysis, performance-monitoring, web-server

## Member repositories
- nkrode/RedisLive (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:39.562842+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:28:55.445845+00:00, confidence not recorded.
  - readme: https://github.com/nkrode/RedisLive (fetched 2026-08-28T04:07:39.562842+00:00, sha f786ff7e5180)
- Data as of 2026-08-30T08:39:29.467469+00:00.
