Download the PHP package juampi92/artisan-cache-debug without Composer
On this page you can find all versions of the php package juampi92/artisan-cache-debug. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download juampi92/artisan-cache-debug
More information about juampi92/artisan-cache-debug
Files in juampi92/artisan-cache-debug
Download juampi92/artisan-cache-debug
More information about juampi92/artisan-cache-debug
Files in juampi92/artisan-cache-debug
Vendor juampi92
Package artisan-cache-debug
Short Description Simple artisan command to debug your redis cache
License MIT
Homepage https://github.com/juampi92/artisan-cache-debug
Package artisan-cache-debug
Short Description Simple artisan command to debug your redis cache
License MIT
Homepage https://github.com/juampi92/artisan-cache-debug
Please rate this library. Is it a good library?
Informations about the package artisan-cache-debug
🔎 php artisan cache:debug
Simple artisan command to debug your redis cache
🚀 Installation
You can install the package via composer:
If you would like to debug the cache in production, you can install it without the
--dev
flag.
Usage
The simplest usage:
Options
Option / Flag | Description |
---|---|
--key=* |
Will filter the keys. Can use wildcard. Example: --key=*:translations . Read more |
--heavier-than[=HEAVIER-THAN] |
Will hide keys lighter than X. Use a format like 10bytes , 1kb , 8b |
--sort-by[=SORT-BY] |
Will sort the keys by size or key . [default: "size"] |
--sort-dir[=SORT-DIR] |
Set the sorting direction: asc or desc . |
--forever |
Will only show non-expiring keys. |
--with-details |
Show the type of every cache record. |
--store= |
In case you want to debug a cache store other than the default. |
Testing
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
- Juan Pablo Barreto
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of artisan-cache-debug with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/cache Version ^9.21|^10.0
illuminate/console Version ^9.21|^10.0
illuminate/contracts Version ^9.21|^10.0
spatie/laravel-package-tools Version ^1.9.2
illuminate/cache Version ^9.21|^10.0
illuminate/console Version ^9.21|^10.0
illuminate/contracts Version ^9.21|^10.0
spatie/laravel-package-tools Version ^1.9.2
The package juampi92/artisan-cache-debug contains the following files
Loading the files please wait ....