Skip to content

Commit 82ea739

Browse files
committed
Update RedisTrait.php
1 parent fe40226 commit 82ea739

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dashboards/Redis/RedisTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ private function memoryPanel(array $info): ?array {
151151
'Free' => $max_memory > 0 ? Format::bytes($max_memory - $used_memory) : '',
152152
'Peak memory usage' => Format::bytes((int) ($memory_info['used_memory_peak'] ?? 0)),
153153
'Fragmentation ratio' => $memory_info['mem_fragmentation_ratio'] ?? 'N/A',
154+
'Lua memory usage' => Format::bytes((int) ($memory_info['used_memory_lua'] ?? 0)),
154155
],
155156
];
156157
}

0 commit comments

Comments
 (0)