gamenet / redis-memory-analyzer

Redis memory profiler to find the RAM bottlenecks throw scaning key space in real time and aggregate RAM usage statistic by patterns.
MIT License
772 stars 80 forks source link

Make setup.py use requires from requirements.txt and info from readme.rst #8

Closed misterion closed 8 years ago

misterion commented 8 years ago

subj, make also varsion sharing in right way (more about this http://stackoverflow.com/questions/17583443/what-is-the-correct-way-to-share-package-version-with-setup-py-and-the-package/17626524#17626524). From solution in #16