{"id":18771997,"url":"https://github.com/element119/module-admin-redis-report","last_synced_at":"2025-12-12T16:30:14.802Z","repository":{"id":208525987,"uuid":"715000597","full_name":"element119/module-admin-redis-report","owner":"element119","description":"A Magento 2 module to show some Redis-related information in the admin.","archived":false,"fork":false,"pushed_at":"2024-09-28T13:58:32.000Z","size":55,"stargazers_count":14,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T12:11:42.986Z","etag":null,"topics":["admin","magento2","monitoring","performance","reporting"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/element119.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-06T09:31:14.000Z","updated_at":"2024-11-20T12:57:04.000Z","dependencies_parsed_at":"2024-12-29T08:12:43.737Z","dependency_job_id":"d7460f48-1b24-4dfb-9651-5f1da2fd565b","html_url":"https://github.com/element119/module-admin-redis-report","commit_stats":null,"previous_names":["element119/module-admin-redis-report"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/element119%2Fmodule-admin-redis-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/element119%2Fmodule-admin-redis-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/element119%2Fmodule-admin-redis-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/element119%2Fmodule-admin-redis-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/element119","download_url":"https://codeload.github.com/element119/module-admin-redis-report/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239679907,"owners_count":19679501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","magento2","monitoring","performance","reporting"],"created_at":"2024-11-07T19:27:27.367Z","updated_at":"2025-12-12T16:30:14.736Z","avatar_url":"https://github.com/element119.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003c!-- Module Image Here --\u003e\n\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003eelement119 | Admin Redis Report\u003c/h1\u003e\n\n## 📝 Features\n✔️ See a snapshot of the health of Redis from the comfort of the Magento admin\n\n✔️ Visualise historic Redis health statistics \n\n✔️ Supports Magento Open Source, Adobe Commerce, and Mage-OS\n\n✔️ Built in accordance with Magento best practises\n\n✔️ Dedicated module configuration section and custom admin user controls\n\n✔️ Seamless integration with Magento\n\n✔️ Built with developers and extensibility in mind to make customisations as easy as possible\n\n✔️ Installable via Composer\n\n✔️ Theme agnostic\n\n### Upcoming\n⏳ Ability to filter historic charts by date range\n\n\u003cbr/\u003e\n\n## ⛔️ Incompatibilities\n\n\u003e [!CAUTION]\n\u003e This module is not compatible with Magento instances that utilise the Redis L2 cache and/or the\n\u003e `Magento\\Framework\\Cache\\Backend\\RemoteSynchronizedCache` class for the Redis backend cache.\n\u003e \n\u003e More information is available in the Magento documentation:\n\u003e - [Redis L2 Cache](https://experienceleague.adobe.com/en/docs/commerce-operations/implementation-playbook/best-practices/planning/redis-service-configuration#configure-redis-l2-cache)\n\u003e - [Available Redis Backend Cache Classes](https://experienceleague.adobe.com/en/docs/commerce-cloud-service/user-guide/configure/env/stage/variables-deploy#redis_backend)\n\n\u003cbr/\u003e\n\n## 🔌 Installation\nRun the following command to *install* this module:\n```bash\ncomposer require element119/module-admin-redis-report\nphp bin/magento setup:upgrade\n```\n\n\u003cbr/\u003e\n\n## ⏫ Updating\nRun the following command to *update* this module:\n```bash\ncomposer update element119/module-admin-redis-report\nphp bin/magento setup:upgrade\n```\n\n\u003cbr/\u003e\n\n## ❌ Uninstallation\nRun the following command to *uninstall* this module:\n```bash\ncomposer remove element119/module-admin-redis-report\nphp bin/magento setup:upgrade\n```\n\n\u003cbr/\u003e\n\n## 📚 User Guide\nConfiguration for this module can be found in the Magento admin under `Stores -\u003e Settings -\u003e Configuration -\u003e Advanced\n-\u003e System -\u003e Redis Report`.\n\n\u003cbr\u003e\n\n### Redis Report\nThe Redis information can be found in the admin under `System -\u003e Tools -\u003e Redis Report`.\n\n\u003cbr\u003e\n\n### Enable/Disable Historic Data\nThe periodic capture of Redis information can be disabled by setting this option to `No`. This is set to `Yes` by\ndefault.\n\n\u003cbr\u003e\n\n### Historic Data Retention Period\nThe value specified here determines how long Magento will store historic Redis report data, measured in days.\nAn empty value means data will be kept indefinitely.\n\n## 📸 Screenshots \u0026 GIFs\n### Admin Configuration\n![admin-config](https://github.com/element119/module-admin-redis-report/assets/40261741/853aea10-d995-4cb1-a4d7-9dc7cdccafd3)\n\n\u003cbr\u003e\n\n### Admin Report\n![admin-report](https://github.com/element119/module-admin-redis-report/assets/40261741/5015905d-fb0d-40fe-99f5-b5ec29b207ee)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felement119%2Fmodule-admin-redis-report","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felement119%2Fmodule-admin-redis-report","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felement119%2Fmodule-admin-redis-report/lists"}