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

Rework directory structure to turn into a proper PyPI package. Closes #31 #39

Closed josegonzalez closed 12 years ago

josegonzalez commented 12 years ago

Had to rework the directory structure since sdist is a pita. I also turned the two existing commands into binaries that can be run from command line.

Note that you should apply all my pull requests in chronological order. I can rebase it if you'd like as well.

kumarnitin commented 12 years ago

Looks like I can not merge this automatically and there are just too many breaking changes for me to go over this manually.

josegonzalez commented 12 years ago

Okay, thats because this one depended upon the others.

josegonzalez commented 12 years ago

Would you merge this if I made this change again on master?

kumarnitin commented 12 years ago

Yes sure, this will be a great enhancement!

Please make sure the commit only deals with changes related to this issue. Do not refactor any code which is not related so that it's easy for me to go over the changes.

Also please provide documentation and related instructions.

Will you be interested in contributing and managing this project moving forward? I don't get much time these days. I sent you message on Twitter too.

josegonzalez commented 12 years ago

Okay. And sure.

Ideally I get this to a point where I can clone/chef it to my infrastructure to get some insight into Redis, just like I do with Paramedic and ElasticSearch.