I’m wondering if I can use another cache driver, depending on the config.inc.php file. The default value is “file” and it’s based on Laravel options. In OJS 3.5, what other way can I implement the cache? I’m interested in knowing how to configure Redis or Memcached. If you could add an example, I’d appreciate it.
Hi @jpmaidana,
This is indeed backed by the Laravel caching toolset in 3.5 and newer (maybe 3.4, I don’t recall off the top of my head). I don’t recommend changing it from file at the moment, though. We’ll likely be expanding caching on the front end to support object caches like Redis and Memcached, but at the moment you’d be in uncharted territory.
Regards,
Alec Smecher
Public Knowledge Project Team
This topic was automatically closed after 9 days. New replies are no longer allowed.