Basically when extending the RedisJobRepository.php it doesn't work properly when calling horizon:clear
I've noticed that we're not using the one inside the ServiceBindings.php, the code currently calling the original RedisJobRepository
PS: In our project, I was able to make the redis-cluster worked, the only remaining issue is this horizon:clear
Basically when extending the
RedisJobRepository.php
it doesn't work properly when callinghorizon:clear
I've noticed that we're not using the one inside theServiceBindings.php
, the code currently calling the originalRedisJobRepository
PS: In our project, I was able to make the redis-cluster worked, the only remaining issue is this horizon:clear
Extended the class
Our redis-cluster production