You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: