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
978e5177
Commit
978e5177
authored
Sep 10, 2012
by
antirez
Browse files
Match printf format with actual type in genRedisInfoString().
parent
74e57d0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.c
View file @
978e5177
...
...
@@ -1989,7 +1989,7 @@ sds genRedisInfoString(char *section) {
"aof_base_size:%lld
\r\n
"
"aof_pending_rewrite:%d
\r\n
"
"aof_buffer_length:%zu
\r\n
"
"aof_rewrite_buffer_length:%
z
u
\r\n
"
"aof_rewrite_buffer_length:%
l
u
\r\n
"
"aof_pending_bio_fsync:%llu
\r\n
"
"aof_delayed_fsync:%lu
\r\n
"
,
(
long
long
)
server
.
aof_current_size
,
...
...
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