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