Closed vsayer closed 11 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'
hmm try ./redis-monitor.py --duration=120
looks like you missed = there, let me know if that fixes it.
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'