mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
Update TROUBLESHOOTING.md
This commit is contained in:
parent
31ba309a59
commit
db45d50b87
@ -49,7 +49,7 @@ If Redis is taking too long to restart, follow this: https://stackoverflow.com/a
|
||||
|
||||
## I want to clear the Cache Updater Queue
|
||||
|
||||
1. `redis-cli --scan --pattern queue_update:* | xargs redis-cli del` or alternatively replace `del` with `unlink` to have it done in the background.
|
||||
1. `redis-cli --scan --pattern queue_update:* | xargs redis-cli del` or alternatively replace `del` with `unlink` to have it done in the background ([Redis 4.0.0 required](https://redis.io/commands/unlink))
|
||||
|
||||
2. `php artisan queue:restart`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user