X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/07486df6fecae97b02171bba86f51d5df0a94cb5..b0d1d2684d15aeb201da6f8e1e23ba496d6907ad:/src/redis.c?ds=inline 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 ); }