mirror of
https://github.com/fluencelabs/redis
synced 2025-05-11 18:27:12 +00:00
fixed a warning seen with some GCC version under Linux
This commit is contained in:
parent
4d16bb253c
commit
3be2c9d732
4
redis.c
4
redis.c
@ -7200,8 +7200,8 @@ static sds genRedisInfoString(void) {
|
||||
"total_connections_received:%lld\r\n"
|
||||
"total_commands_processed:%lld\r\n"
|
||||
"expired_keys:%lld\r\n"
|
||||
"hash_max_zipmap_entries:%ld\r\n"
|
||||
"hash_max_zipmap_value:%ld\r\n"
|
||||
"hash_max_zipmap_entries:%zu\r\n"
|
||||
"hash_max_zipmap_value:%zu\r\n"
|
||||
"pubsub_channels:%ld\r\n"
|
||||
"pubsub_patterns:%u\r\n"
|
||||
"vm_enabled:%d\r\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user