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 ); }