Hello,
I have identified that many recurring issues on the platform are caused by Redis caching. These caching problems significantly affect the stability and usability of the system.
For example:
-
The registration process sometimes stops working and shows a message indicating that there have been too many login attempts, asking users to try again later. This happens for all users at once.
-
When editing a course in the CMS — specifically when adding additional questions — the system does not display the correct number of questions in that section, instead showing an outdated count.
When I run the following command:
docker exec -it tutor_local-redis-1 redis-cli FLUSHALL
everything starts functioning normally again.
Is there a way to resolve this problem permanently without manually clearing the Redis cache every time? We have received numerous complaints from instructors regarding this issue, and it also compromises the integrity of the entire system.
Thank you in advance for your assistance.