Commit 73a78adf authored by antirez's avatar antirez
Browse files

Fix printf type mismatch in genRedisInfoString().

parent c7c3b237
...@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment