AM
Asked
G’Day,
Looking into the .env
file I see that there is the possibility to configure redis. Is it supported by the application? If so, do you have a “How to” guide for configuring it?
Thanks in advance for your support. Alex
- MSAnswered
Hello,
Redis can be used for queue, cache and session. Once installed, you can update the
.env
to configure client, host, password and port. The set the queue connection or cache driver/store to redis. Please refer to Laravel docs https://laravel.com/docs/11.x/queues#redis for information.Thank you
- Login to Reply