Releases: element119/module-admin-redis-report
Releases · element119/module-admin-redis-report
Return Empty Dataset for Unsupported Redis Classes
What's Changed
- Updated
Element119\AdminRedisReport\Model\RedisInfo
to return an empty array when Magento is configured to use an unsupported Redis class - Added documentation to highlight incompatibilities with the
Magento\Framework\Cache\Backend\RemoteSynchronizedCache
class
Full Changelog: 1.5.0...1.5.1
PHP 8.3 Support
What's Changed
- Update TTL conversion in databases info template by @philpage1983 in #3
- added support php 8.3 in composer.json by @Jeanmaiafernandes in #2
New Contributors
- @philpage1983 made their first contribution in #3
- @Jeanmaiafernandes made their first contribution in #2
Full Changelog: 1.4.1...1.5.0
Fix Redis Instance Type Definition
Changelog
- Updated the
Model\RedisInfo
class to remove the type definition for the$redis
property to be compatible with Magento instances that defineCm_Cache_Backend_Redis
as their Redis cache backend class (thanks to Florencia Sesini for reporting the issue 🧡)
Full Changelog: 1.4.0...1.4.1
Reduce Default Log Retention Period
Full Changelog: 1.3.0...1.4.0
Historic Data Visualisation
Changelog
- Reduced cron frequency from every 30 minutes to every hour
- Added support for storing separate data for use in charts
- Added admin charts for historic data
Full Changelog: 1.2.0...1.3.0
Add Admin Config Options & Data Cleanup Cron
1.2.0 Create Cron to Delete Old Redis Reports
Add Report Data Logging Mechanism
1.1.0 Suggest EthanYehuda_CronJobManager
Initial Release
1.0.0 Update Feature List