MEMORY command: HELP + dataset percentage (like in INFO).

This commit is contained in:
antirez
2016-09-15 17:33:11 +02:00
parent 5443726d4d
commit e9629e148b
3 changed files with 20 additions and 8 deletions

View File

@ -780,6 +780,7 @@ struct redisMemOverhead {
size_t aof_buffer;
size_t overhead_total;
size_t dataset;
float dataset_perc;
size_t num_dbs;
struct {
size_t dbid;