mirror of
https://github.com/fluencelabs/redis
synced 2025-05-29 02:01:19 +00:00
Match printf format with actual type in genRedisInfoString().
This commit is contained in:
parent
58889867bb
commit
efb54f0593
@ -1935,7 +1935,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