used_memory:1004464 used_memory_human:980.92K used_memory_rss:1765376 used_memory_peak:1004464 used_memory_peak_human:980.92K used_memory_lua:35840 mem_fragmentation_ratio:1.76 mem_allocator:libc
used_memory : redisによって割り当てられた総バイト数 used_memory_human:単位表示(人間が読める型式の表現) used_memory_rss:OSから見たときのRedisによって割り当てられたバイト数 used_memory_peak:Redisが消費する最大メモリ used_memory_peak_human:単位表示(人間が読める型式の表現) used_memory_lua:Luaのエンジンが使用するバイト数 mem_fragmentation_ratio:used_memory_rssとused_memory間の比率 mem_allocator:libc:メモリアロケータ