- π¬π·Greece PanosAx
Our patch resolves a critical issue in Redis log page, previously broken when dealing with large Redis datasets. By adjusting the scan value from 10,000 to 1,000, the patch optimizes log retrieval, ensuring faster load times and improved usability.
- Status changed to Fixed
3 months ago 2:37am 22 May 2025 - π¦πΊAustralia elc
@cmcintosh The scan is only triggered by visiting /admin/reports/redis and no other tools.
The protected method scan() is only called by \Drupal\redis\Controller\ReportController::overview(). Do not visit the page and it will never be called.
Fixed summary.
Automatically closed - issue fixed for 2 weeks with no activity.