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' => '' ) ) |
||
---|---|---|
.. | ||
_images | ||
00_Getting_Started | ||
01_Tutorials | ||
02_Developer_Guides | ||
03_Upgrading | ||
04_Changelogs | ||
05_Contributing | ||
index.md |