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

Doesn't work on ElastiCache #3

Closed bsideup closed 8 years ago

bsideup commented 8 years ago

redis.exceptions.ResponseError: unknown command 'CONFIG'

I think this is because ElasticCache comes with come commands disabled. Is this step critical?

misterion commented 8 years ago

Yes, this step is not critical and should be skipped is command disabled.