mirror of
https://github.com/fluencelabs/redis
synced 2025-06-30 09:21:34 +00:00
Adds Lua overheads to MEMORY STATS, smartens the MEMORY DOCTOR
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user