]> git.saurik.com Git - redis.git/blobdiff - src/redis.c
SETNX regression tests.
[redis.git] / 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
             );
     }