juampi92 / artisan-cache-debug
Simple artisan command to debug your redis cache
Installs: 3 125
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 2
Forks: 0
Open Issues: 2
Requires
- php: ^8.1
- illuminate/cache: ^9.21|^10.0
- illuminate/console: ^9.21|^10.0
- illuminate/contracts: ^9.21|^10.0
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- laravel/pint: ^1.6
- laravel/sail: ^1.15
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0|^8.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-09 12:48:06 UTC
README
Simple artisan command to debug your redis cache
🚀 Installation
You can install the package via composer:
composer require juampi92/artisan-cache-debug --dev
If you would like to debug the cache in production, you can install it without the
--dev
flag.
Usage
The simplest usage:
php artisan cache:debug
Options
Testing
sail up -d
composer test
Contributing
Please see CONTRIBUTING for details.
To-do
Some ideas to expand this package:
- Pagination
- Filter on type
- Display the TTL (currently can't make it fit in the results)
- Support memcache?
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.