Totara Perform Open Discussions

Question about Redis Connection Persistence

 
Balasubramani S
Question about Redis Connection Persistence
על ידי Balasubramani S בתאריך 15/02/2026, 23:25
קבוצה Partners

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.

תגיות:
Tom Wood
Re: Question about Redis Connection Persistence
על ידי Tom Wood בתאריך 6/03/2026, 01:21
קבוצה Totara

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