mirror of https://mirror.osredm.com/root/redis.git
Fix compilation error
This commit is contained in:
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");
|
||||
|
|
Loading…
Reference in New Issue