mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Match printf format with actual type in genRedisInfoString().
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user