erseco / alpine-moodle

Moodle docker image based on Alpine Linux
https://hub.docker.com/r/erseco/alpine-moodle
MIT License
44 stars 34 forks source link

Add redis container and setup in moodle as the main cache to fix #41 #56

Closed erseco closed 1 year ago

erseco commented 1 year ago

I added Redis support for Moodle within the container to enhance caching capabilities and overall performance. Redis, being a well-regarded in-memory data structure store, can significantly accelerate Moodle's operations by serving as a reliable caching solution.

The official Moodle documentation provides comprehensive insights on configuring Redis as a cache store. You can refer to this link for more details: Redis Cache Store.

Incorporating Redis support could be a game-changer for many users who are looking to optimize their Moodle instances. This enhancement will likely contribute to a better user experience and more efficient resource utilization.

kuzakov commented 1 year ago

Good news!