Commit fec5a664 authored by antirez's avatar antirez
Browse files

Fixed INFO implementation to use the new allocator name define

parent 9e62dc17
......@@ -1357,7 +1357,7 @@ sds genRedisInfoString(char *section) {
server.stat_peak_memory,
peak_hmem,
zmalloc_get_fragmentation_ratio(),
REDIS_MALLOC
ZMALLOC_LIB
);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment