ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:memcached

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
v5:userguide:memcached [2017/04/15 18:24] mnewnhamv5:userguide:memcached [2017/04/18 10:26] – [Memcached Setup] add wikipedia link, formatting, minor rewording dregad
Line 1: Line 1:
 ====== Memcached Setup ====== ====== Memcached Setup ======
 +
 <WRAP tip> <WRAP tip>
-There are 2 PEAR modules for connecting to a Memcached serverthe [[https://pecl.php.net/package/memcache|PEAR Memcache library]] and the [[https://pecl.php.net/package/memcached|PEAR Memcached library]]. +There are 2 PEAR modules for connecting to a [[wp>Memcached]] serverthe [[https://pecl.php.net/package/memcache|Memcache]] library and the [[https://pecl.php.net/package/memcached|Memcached]] library
-  * Windows support is only available for the Memcache library. +  * Windows support is only available for the //Memcache// library. 
-  * Memcache should be used in PHP 5.x environments on UNIX platforms. +  * //Memcache// should be used in PHP 5.x environments on UNIX platforms. 
-  * Memcached should be used in PHP 7.x environments on UNIX platforms. +  * //Memcached// should be used in PHP 7.x environments on UNIX platforms. 
-  * If both the memcache and memcached libraries are available, the memcache library will be used.+  * If both libraries are available, //Memcache// will be used.
 </WRAP> </WRAP>
 +
 ===== Description ===== ===== Description =====
 This section describes connecting to an already configured Memcache server. Information about installation and configuration of Memcached servers can be found [[https://memcached.org/|here]]. This section describes connecting to an already configured Memcache server. Information about installation and configuration of Memcached servers can be found [[https://memcached.org/|here]].
v5/userguide/memcached.txt · Last modified: 2022/03/29 18:29 by dregad