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