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:
Binbin 2023-12-10 15:46:21 +08:00 committed by GitHub
parent 15b993f1ef
commit 7410d985bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -108,9 +108,6 @@
},
"overhead.hashtable.expires": {
"type": "integer"
},
"overhead.hashtable.slot-to-keys": {
"type": "integer"
}
},
"additionalProperties": false

View File

@ -1600,7 +1600,6 @@ NULL
addReplyLongLong(c,mh->db[j].overhead_ht_expires);
}
addReplyBulkCString(c,"overhead.total");
addReplyLongLong(c,mh->overhead_total);