Fixed INFO implementation to use the new allocator name define

This commit is contained in:
antirez 2011-06-20 11:54:08 +02:00
parent 9e62dc17da
commit fec5a664f8

View File

@ -1357,7 +1357,7 @@ sds genRedisInfoString(char *section) {
server.stat_peak_memory,
peak_hmem,
zmalloc_get_fragmentation_ratio(),
REDIS_MALLOC
ZMALLOC_LIB
);
}