From fec5a664f8ce7a1e0f687d07079aa09230fa5846 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 20 Jun 2011 11:54:08 +0200 Subject: [PATCH] Fixed INFO implementation to use the new allocator name define --- src/redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis.c b/src/redis.c index 8fbed746d..1a1f84f91 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 ); } -- GitLab