mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
Match printf format with actual type in genRedisInfoString().
This commit is contained in:
parent
74e57d0ece
commit
978e5177fd
@ -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:%zu\r\n"
|
||||
"aof_rewrite_buffer_length:%lu\r\n"
|
||||
"aof_pending_bio_fsync:%llu\r\n"
|
||||
"aof_delayed_fsync:%lu\r\n",
|
||||
(long long) server.aof_current_size,
|
||||
|
Loading…
x
Reference in New Issue
Block a user