Adds Lua overheads to MEMORY STATS, smartens the MEMORY DOCTOR

This commit is contained in:
Itamar Haber
2018-07-22 21:16:00 +03:00
committed by antirez
parent faf3dbfcf9
commit 270903d6b2
3 changed files with 30 additions and 4 deletions

View File

@ -851,6 +851,7 @@ struct redisMemOverhead {
size_t clients_slaves;
size_t clients_normal;
size_t aof_buffer;
size_t lua_caches;
size_t overhead_total;
size_t dataset;
size_t total_keys;