Fixed INFO implementation to use the new allocator name define
This commit is contained in:
parent
9e62dc17da
commit
fec5a664f8
@ -1357,7 +1357,7 @@ sds genRedisInfoString(char *section) {
|
|||||||
server.stat_peak_memory,
|
server.stat_peak_memory,
|
||||||
peak_hmem,
|
peak_hmem,
|
||||||
zmalloc_get_fragmentation_ratio(),
|
zmalloc_get_fragmentation_ratio(),
|
||||||
REDIS_MALLOC
|
ZMALLOC_LIB
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user