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
73a78adf
Commit
73a78adf
authored
Oct 02, 2018
by
antirez
Browse files
Fix printf type mismatch in genRedisInfoString().
parent
c7c3b237
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
73a78adf
...
@@ -3269,7 +3269,7 @@ sds genRedisInfoString(char *section) {
...
@@ -3269,7 +3269,7 @@ sds genRedisInfoString(char *section) {
total_system_hmem
,
total_system_hmem
,
memory_lua
,
memory_lua
,
used_memory_lua_hmem
,
used_memory_lua_hmem
,
mh
->
lua_caches
,
(
long
long
)
mh
->
lua_caches
,
used_memory_scripts_hmem
,
used_memory_scripts_hmem
,
dictSize
(
server
.
lua_scripts
),
dictSize
(
server
.
lua_scripts
),
server
.
maxmemory
,
server
.
maxmemory
,
...
...
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