erseco / alpine-moodle

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

Add Redis support #41

Closed erseco closed 11 months ago

erseco commented 1 year ago

I would like to propose the addition of 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.

I hope this suggestion aligns with the roadmap for the container's development, and I am keen to discuss it further or contribute towards its implementation.

Thank you for considering this feature request.