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

Add environment variable to start redis-live.py on a user defined port. #34

Closed josegonzalez closed 12 years ago

josegonzalez commented 12 years ago

Closes #28

jparise commented 12 years ago

This would be nicer if it used Tornado's command line options system.

kumarnitin commented 12 years ago

I agree.

Added support with this commit https://github.com/kumarnitin/RedisLive/commit/f328e539c8345a2972a1921d7ee7751560914743

josegonzalez commented 12 years ago

Didn't know it had commandline option support. But oks.