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

monitor spitting out AttributeError #41

Closed vsayer closed 11 years ago

vsayer commented 12 years ago

When I run ./redis-monitor.py --duration 120, I get this:

Traceback (most recent call last): File "./redis-monitor.py", line 105, in run parts = command.split(" ") AttributeError: 'list' object has no attribute 'split'

kumarnitin commented 12 years ago

hmm try ./redis-monitor.py --duration=120

looks like you missed = there, let me know if that fixes it.