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
3be2c9d7
Commit
3be2c9d7
authored
May 14, 2010
by
antirez
Browse files
fixed a warning seen with some GCC version under Linux
parent
4d16bb25
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.c
View file @
3be2c9d7
...
@@ -7200,8 +7200,8 @@ static sds genRedisInfoString(void) {
...
@@ -7200,8 +7200,8 @@ static sds genRedisInfoString(void) {
"total_connections_received:%lld\r\n"
"total_connections_received:%lld\r\n"
"total_commands_processed:%lld\r\n"
"total_commands_processed:%lld\r\n"
"expired_keys:%lld\r\n"
"expired_keys:%lld\r\n"
"hash_max_zipmap_entries:%
ld
\r\n"
"hash_max_zipmap_entries:%
zu
\r\n"
"hash_max_zipmap_value:%
ld
\r\n"
"hash_max_zipmap_value:%
zu
\r\n"
"pubsub_channels:%ld\r\n"
"pubsub_channels:%ld\r\n"
"pubsub_patterns:%u\r\n"
"pubsub_patterns:%u\r\n"
"vm_enabled:%d\r\n"
"vm_enabled:%d\r\n"
...
...
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