nkrode / RedisLive

Visualize your redis instances, analyze query patterns and spikes.

Home Page:http://www.nkrode.com/article/real-time-dashboard-for-redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 2.6 support is broken on datetime.total_seconds method

JeremieCharest opened this issue · comments

When running ./redis-monitor.py --duration=120 the script crashed numerous time on the following error :

AttributeError: 'datetime.timedelta' object has no attribute 'total_seconds'

I'm creating a pull request fixing that