diff --git a/src/commands/memory-stats.json b/src/commands/memory-stats.json index de82dc8cc..83a6cd324 100644 --- a/src/commands/memory-stats.json +++ b/src/commands/memory-stats.json @@ -108,9 +108,6 @@ }, "overhead.hashtable.expires": { "type": "integer" - }, - "overhead.hashtable.slot-to-keys": { - "type": "integer" } }, "additionalProperties": false diff --git a/src/object.c b/src/object.c index 930dd1a1d..bf85c7cc1 100644 --- a/src/object.c +++ b/src/object.c @@ -1600,7 +1600,6 @@ NULL addReplyLongLong(c,mh->db[j].overhead_ht_expires); } - addReplyBulkCString(c,"overhead.total"); addReplyLongLong(c,mh->overhead_total);