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

Calculate TTL for all key types and display min/max/mean TTL in Key summary tables #43

Closed mbafford closed 5 years ago

mbafford commented 5 years ago

Updates the LUA script to query the TTL for each key and summarizes the min/max/avg(mean) in the "key summary" tables.

No TTL is represented as -1, same as the output from the expire command.