mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
Fixed INFO implementation to use the new allocator name define
This commit is contained in:
@ -1357,7 +1357,7 @@ sds genRedisInfoString(char *section) {
|
||||
server.stat_peak_memory,
|
||||
peak_hmem,
|
||||
zmalloc_get_fragmentation_ratio(),
|
||||
REDIS_MALLOC
|
||||
ZMALLOC_LIB
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user