Redis cache store instance

Redis cache store instance

by Luis de Vasconcelos -
Number of replies: 1
Section 6 of the https://docs.moodle.org/36/en/Caching documentation describes "Adding cache store instances" and it mentions 4 cache store instances:

But is Redis an option here? If so, why is it not included? Was Redis deliberately excluded for a specific reason?
Average of ratings: Useful (1)
In reply to Luis de Vasconcelos

Re: Redis cache store instance

by Jeff White -
Its still an option. Documentation for caching is a little iffy so I doubt it was excluded for a reason. I think Redis is still the preferred store for moodlers. Memcache and Memcached are pretty much dead in later releases of PHP. 


Cache Store Options

Average of ratings: Useful (1)