Hi Totara team,
In my Totara application, I’ve noticed that sometimes the Redis connection gets disconnected. I would like to get some information: does Totara support persistent Redis connections?
Thank you for your help.
Hi Totara team,
In my Totara application, I’ve noticed that sometimes the Redis connection gets disconnected. I would like to get some information: does Totara support persistent Redis connections?
Thank you for your help.
Hi- have you checked our documentation on Caching: https://totara.help/docs/caching
If you want to use Redis as a session store you need to set the correct values in the config file ($CFG->session_redis_*). You can find more details in the config-dist.php file.
Cheers
Tom