Comments & Discussion
A
what are the options when using Redis for Windows users?
PK
I wouldn't advise to set up locally on Windows just because on the live server the environment is Linux and you would STILL need to do it in Linux, so if your environment is different - even if you can make it work, you may have various bugs just because different environment setups.
You could use virtual machine on Windows, with Laravel Sail or Docker.
GK
Hey Povilas,
Good stuff.
You should probably mention that .env QUEUE_CONNECTION value shoould be "redis" for horizon to work.
thank you, updated