mirror of https://mirror.osredm.com/root/redis.git
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": {
|
"allocator.resident": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
|
"allocator.muzzy": {
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
"allocator-fragmentation.ratio": {
|
"allocator-fragmentation.ratio": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue