stonecutter/laravel-redis-tools

Laravel Redis Tools: scan and delete redis keys by prefix(match)

Downloads

323

Stars

1

Version

0.2.0

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
stonecutter

Author

stonecutter