Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 256 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 256 Bytes

Laravel Redis Tools

scan and delete redis keys by prefix(match).

install

composer require stonecutter/laravel-redis-tools

usage

php artisan redis:scan --match=user:*
php artisan redis:scan-and-delete --match=user:* --count=100