
Does the latest version of Moodle still support Memcached as a caching store?
Re: Does the latest version of Moodle still support Memcached as a caching store?
No,
It was removed in Moodle 4.2 via MDL-77161 as discussed and agreed upon in MDL-74905. The reason for this was lack of usage, and lack of support for some important performance features. It is also not well suited to clustered environments and does not scale as well.
This was listed in the release notes for Moodle 4.2.
Re: Does the latest version of Moodle still support Memcached as a caching store?
Re: Does the latest version of Moodle still support Memcached as a caching store?
Re: Does the latest version of Moodle still support Memcached as a caching store?
Does the latest version of Moodle still support Memcached as a caching store?
Hello, Niko Milala! 😊
Starting from Moodle 4.2, support for Memcached has been removed. This happened because it was performing unsatisfactorily, which negatively impacts the Moodle user experience. But don't worry! Moodle now offers Redis as a robust and open-source alternative.
Redis is known for its efficiency and speed, which means your experience with Moodle will be much more agile. The installation process for Redis is simpler compared to Memcached, making your setup much faster. It also offers additional features, such as data persistence and more complex data structures, which can be very useful in different usage scenarios.
If you need more details or help during the process, we are here to support you! 🎉
Eduardo Kraus
Teacher and programmer
Re: Does the latest version of Moodle still support Memcached as a caching store?
Why does the page always timeout when I test cache performance using Redis with 'Cache store performance reporting - 100,000 unique requests per operation,' but it works fine when using file caching?