mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Fix printf type mismatch in genRedisInfoString().
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user