PHP-Cache

From EQdkp Plus
Jump to navigation Jump to search

EQdkp Plus 2.3 supports the following PHP Caches:

None

This is not recommended for live systems, but should be used if you are a Developer.

File

This is the default cache, and uses plain text files on your system to cache values.

Memcache

Memcached

Is a distributed memory cache. Also, the Memcached PECL is required.

Redis

Redis is a in-memory key-value store. You must enter the server ip and port, or if you use a socket, then the socket name as ip and set port to 0. For PHP, the PECL Redis extension is required.