From: antirez Date: Mon, 20 Jun 2011 09:54:08 +0000 (+0200) Subject: Fixed INFO implementation to use the new allocator name define X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/fec5a664f8ce7a1e0f687d07079aa09230fa5846 Fixed INFO implementation to use the new allocator name define --- diff --git a/src/redis.c b/src/redis.c index 8fbed746..1a1f84f9 100644 --- a/src/redis.c +++ b/src/redis.c @@ -1357,7 +1357,7 @@ sds genRedisInfoString(char *section) { server.stat_peak_memory, peak_hmem, zmalloc_get_fragmentation_ratio(), - REDIS_MALLOC + ZMALLOC_LIB ); }