ERR Error running script (call to f_281c23c60c642d42fdedcc1acc8adc7317dd75a5): @user_script:18: @user_script: 18: Write commands not allowed after non deterministic commands. Call redis.replicate_commands() at the start of your script in order to switch to single commands replication mode.
Steps To Reproduce:
php artisan horizon:clear --queue=supplier_feeds_queue
Workaround:
redis-cli --scan --pattern *supplier_feeds_queue* | xargs redis-cli del