1
0
mirror of https://github.com/fluencelabs/redis synced 2025-07-26 14:01:56 +00:00

Fix compilation error

This commit is contained in:
Evgeny
2019-09-20 01:11:20 -07:00
committed by GitHub
parent 474a923160
commit a1a65d238c

@@ -1440,7 +1440,7 @@ NULL
#if defined(USE_JEMALLOC)
sds info = sdsempty();
je_malloc_stats_print(inputCatSds, &info, NULL);
addReplyVerbatim(c,info,sdslen(info),"txt")
addReplyVerbatim(c,info,sdslen(info),"txt");
sdsfree(info);
#else
addReplyBulkCString(c,"Stats not supported for the current allocator");