Update TROUBLESHOOTING.md

This commit is contained in:
Irfan 2019-08-18 22:36:44 +05:00 committed by GitHub
parent 3f9e6c0044
commit fca44f0124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ If Redis is taking too long to restart, follow this: https://stackoverflow.com/a
## I want to clear the Cache Updater Queue
1a. `redis-cli --scan --pattern queue_update:* | xargs redis-cli del`
1b. `redis-cli --scan --pattern queue_update:* | xargs redis-cli unlink` (does it in the background)
2. `php artisan queue:restart`