Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
6a2831c2
Commit
6a2831c2
authored
Sep 30, 2019
by
antirez
Browse files
Fix comments aesthetics.
parent
23f5cb42
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
6a2831c2
...
...
@@ -4058,8 +4058,9 @@ sds genRedisInfoString(char *section) {
mh
->
allocator_rss_bytes
,
mh
->
rss_extra
,
mh
->
rss_extra_bytes
,
mh
->
total_frag
,
/* this is the total RSS overhead, including fragmentation, */
mh
->
total_frag_bytes
,
/* named so for backwards compatibility */
mh
->
total_frag
,
/* This is the total RSS overhead, including
fragmentation. */
mh
->
total_frag_bytes
,
/* Named so for backwards compatibility. */
freeMemoryGetNotCountedMemory
(),
mh
->
repl_backlog
,
mh
->
clients_slaves
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment