mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
d6cb2419b8
Unlike Libmemcached, the Memcached backend server config must be nested inside an array() with a single key 'servers' - otherwise the default host of 127.0.0.1 is used. array( 'servers' => array( 'host' => 'localhost', 'port' => 11211, 'persistent' => true, 'weight' => 1, 'timeout' => 1, 'retry_interval' => 15, 'status' => true, 'failure_callback' => '' ) ) |
||
---|---|---|
.. | ||
00_Partial_Caching.md | ||
01_Caching.md | ||
02_HTTP_Cache_Headers.md | ||
03_Profiling.md | ||
04_Static_Publishing.md | ||
05_Resource_Usage.md | ||
index.md |