mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05: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…
Reference in New Issue
Block a user