Skip to content

Commit fe40226

Browse files
committed
Update RedisTrait.php
1 parent 73bd277 commit fe40226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dashboards/Redis/RedisTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ function (string $key, string $value, int $ttl): bool {
650650
$keys = $this->getAllKeys();
651651

652652
if (isset($_GET['export_btn'])) {
653-
Helpers::export($keys, 'redis_backup', fn (string $key): string => bin2hex($this->redis->dump($key)));
653+
Helpers::export($this->keysTableView($keys), 'redis_backup', fn (string $key): string => bin2hex($this->redis->dump($key)));
654654
}
655655

656656
$paginator = new Paginator($this->template, $keys);

0 commit comments

Comments
 (0)