]> git.saurik.com Git - redis.git/commitdiff
Fixed INFO implementation to use the new allocator name define
authorantirez <antirez@gmail.com>
Mon, 20 Jun 2011 09:54:08 +0000 (11:54 +0200)
committerantirez <antirez@gmail.com>
Mon, 20 Jun 2011 09:54:08 +0000 (11:54 +0200)
src/redis.c

index 8fbed746d478499b1b6b646f306f75eafb3db94d..1a1f84f916b9f1024b4b19a491d07dae6888485d 100644 (file)
@@ -1357,7 +1357,7 @@ sds genRedisInfoString(char *section) {
             server.stat_peak_memory,
             peak_hmem,
             zmalloc_get_fragmentation_ratio(),
-            REDIS_MALLOC
+            ZMALLOC_LIB
             );
     }