nkrode / RedisLive

Visualize your redis instances, analyze query patterns and spikes.
http://www.nkrode.com/article/real-time-dashboard-for-redis
MIT License
3.07k stars 644 forks source link

New Widget : Top Pefixes #17

Open kumarnitin opened 12 years ago

kumarnitin commented 12 years ago

Source for Stats : Same as Top Keys widget, just extract the Prefix from the key (anything before : ), example Customer:1203, prefix is Customer.

Chart Type : Column Chart or Bar Chart

This widget can be modelled entirely on the Top Keys widget, data storing, querying will be exactly the same.