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

"save_monitor_command" store DailyKeyCount error #54

Closed wrongfan closed 11 years ago

wrongfan commented 11 years ago

def save_monitor_command() line 79 pipeline.zincrby(key_count_key, command, 1)

should be "pipeline.zincrby(key_count_key, keyname, 1)"

kumarnitin commented 11 years ago

Thanks!