Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: Caching.

Talk:Caching: Difference between revisions

From MoodleDocs
No edit summary
 
Line 23: Line 23:


--[[User:Luis de Vasconcelos|Luis de Vasconcelos]] ([[User talk:Luis de Vasconcelos|talk]]) 08:09, 9 May 2019 (UTC)
--[[User:Luis de Vasconcelos|Luis de Vasconcelos]] ([[User talk:Luis de Vasconcelos|talk]]) 08:09, 9 May 2019 (UTC)
Just installed [https://dl.iuscommunity.org/pub/ius/stable/CentOS/7/x86_64/repoview/php71u-pecl-memcached.html memcached] v3 for php 7.1
--[[User:Nadav Kavalerchik|Nadav Kavalerchik]] ([[User talk:Nadav Kavalerchik|talk]]) 08:06, 10 August 2019 (UTC)

Latest revision as of 08:06, 10 August 2019

When editing cache mappings most of a Primary store and a Final store setting. These setting really need to be defined as to their purpose.

Redis Cache Store Instance

The Section 6 Adding cache store instances section of this doc has these four options:

   6.1 File cache
   6.2 Memcache
   6.3 Memcached
   6.4 MongoDB

What about Redis? Can a "Redis cache store instance" be used here too? If so, please expand the article to explain this.

Memcache / Memcached

As of May 2019 various documents indicate that Memcache and Memcached are old technologies that aren't fully compatible with PHP 7 anymore. Examples:

Should this Memcache / Memcached section be removed from this documentation, or at least updated to indicate the modern alternatives that should be used instead?

Linked Tracker issue: MDL-65542

--Luis de Vasconcelos (talk) 08:09, 9 May 2019 (UTC)

Just installed memcached v3 for php 7.1 --Nadav Kavalerchik (talk) 08:06, 10 August 2019 (UTC)