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

Add support for connecting to redis server over SSL #53

Closed Ashish-Bansal closed 4 years ago

Ashish-Bansal commented 4 years ago

Description

Fixes https://github.com/gamenet/redis-memory-analyzer/issues/49

Intention of this PR is to provide very basic support for connecting to redis server over SSL. It doesn't perform any kind of cert verification which means connection to redis server won't be secure.

Ashish-Bansal commented 4 years ago

As for those failing tests, let me know if this project is active - I can look into more details then.

misterion commented 4 years ago

@Ashish-Bansal yes please. Could you check why it`s failed with Python 3.4.х ?

Ashish-Bansal commented 4 years ago

@misterion Python 3.4.x reached end of life. redis-py dropped support for the same. That's the reason tests are failing. Do we want to retain its support ?

misterion commented 4 years ago

@Ashish-Bansal i`m not deep involved in python, sorry. You are right, may i ask you to remove 3.4 from .travis.yml in this request?