mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
Add new allocator.muzzy field to memory-stats reply schema (#13076)
This field was added in #12996 but forgot to add it in json file. This also causes reply-schemas-validator to fail.
This commit is contained in:
parent
f6785df663
commit
5b9fc46523
@ -74,6 +74,9 @@
|
||||
"allocator.resident": {
|
||||
"type": "integer"
|
||||
},
|
||||
"allocator.muzzy": {
|
||||
"type": "integer"
|
||||
},
|
||||
"allocator-fragmentation.ratio": {
|
||||
"type": "number"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user