mirror of
https://github.com/fluencelabs/redis
synced 2025-05-06 07:52:13 +00:00
Fix comments aesthetics.
This commit is contained in:
parent
23f5cb4233
commit
6a2831c24a
@ -4058,8 +4058,9 @@ sds genRedisInfoString(char *section) {
|
|||||||
mh->allocator_rss_bytes,
|
mh->allocator_rss_bytes,
|
||||||
mh->rss_extra,
|
mh->rss_extra,
|
||||||
mh->rss_extra_bytes,
|
mh->rss_extra_bytes,
|
||||||
mh->total_frag, /* this is the total RSS overhead, including fragmentation, */
|
mh->total_frag, /* This is the total RSS overhead, including
|
||||||
mh->total_frag_bytes, /* named so for backwards compatibility */
|
fragmentation. */
|
||||||
|
mh->total_frag_bytes, /* Named so for backwards compatibility. */
|
||||||
freeMemoryGetNotCountedMemory(),
|
freeMemoryGetNotCountedMemory(),
|
||||||
mh->repl_backlog,
|
mh->repl_backlog,
|
||||||
mh->clients_slaves,
|
mh->clients_slaves,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user