Remove overhead.hashtable.slot-to-keys from memory-stats reply_schema (#12784)
overhead.hashtable.slot-to-keys was added in 7.0 in #10017, then removed in #11695. Now remove it from reply_schema.
This commit is contained in:
parent
15b993f1ef
commit
7410d985bc
@ -108,9 +108,6 @@
|
|||||||
},
|
},
|
||||||
"overhead.hashtable.expires": {
|
"overhead.hashtable.expires": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
|
||||||
"overhead.hashtable.slot-to-keys": {
|
|
||||||
"type": "integer"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
@ -1600,7 +1600,6 @@ NULL
|
|||||||
addReplyLongLong(c,mh->db[j].overhead_ht_expires);
|
addReplyLongLong(c,mh->db[j].overhead_ht_expires);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
addReplyBulkCString(c,"overhead.total");
|
addReplyBulkCString(c,"overhead.total");
|
||||||
addReplyLongLong(c,mh->overhead_total);
|
addReplyLongLong(c,mh->overhead_total);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user